natematykiewicz 0 Posted August 8, 2014 Share Posted August 8, 2014 I was on the support page (https://evernote.com/contact/support) and noticed a CSS bug. If you hover over the "Products" menu, you'll see that the "Guides" text is above the menu. It's a z-index issue. I did some looking around and found the following CSS. /* Guides Link: support_v2.css */#content ul.no_bullets .dropdown_trigger { position: relative; z-index: 100;}/* Products drop-down menu: header-and-footer.css?v1.6.3 */.app-list, .app-list-blogs { position: absolute; /* has no z-index set, but needs to be > 100 */} Link to comment
Evernote Staff charboyd 272 Posted August 8, 2014 Evernote Staff Share Posted August 8, 2014 What browser are you experiencing this on? Link to comment
John Zeman 29 Posted August 8, 2014 Share Posted August 8, 2014 I see the same thing with both Firefox 31 and Internet Explorer 11. Windows machine here. Link to comment
natematykiewicz 0 Posted August 8, 2014 Author Share Posted August 8, 2014 It happens in Chrome, Firefox, and Safari on OSX 10.9.4, and on Chrome, Firefox, and IE11 on Windows 7. All browsers are up-to-date. I don't know if you noticed, but I posted the conflicting CSS rules.".app-list, .app-list-blogs" needs to have a z-index of 101 or more, so that it's above "#content ul.no_bullets .dropdown_trigger". Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.