rondog Posted August 18, 2008 Share Posted August 18, 2008 I thought overflow:visible would work but it doesnt. Basically I want firefox to look like IE on the right. I would provide a link, but the site is password protected for now. Here is my CSS for the menu that you see in the image .vertical ul{ list-style-type: none; padding: 0px; margin: 0; /*border-top: 1px solid;*/ width: 165px; } .vertical li a{ /*display: block; overflow:visible;*/ width: 165px; text-decoration: none; height: 1em; padding: .1em 1px; border-bottom: 1px solid #666666; /*border-top: 0px;*/ } .vertical li{ /*Needed for IE. Don't ask me why, It was a lucky guess.*/ display: inline; } .vertical li ul{ position: absolute; margin-top: -1.3em; margin-left: 165px; } Link to comment https://forums.phpfreaks.com/topic/120252-overflow-visible/ Share on other sites More sharing options...
dlate Posted August 18, 2008 Share Posted August 18, 2008 Hmm tried removing the height? Link to comment https://forums.phpfreaks.com/topic/120252-overflow-visible/#findComment-619546 Share on other sites More sharing options...
TheFilmGod Posted August 18, 2008 Share Posted August 18, 2008 Please post your html. At first I thought you didn't post it because the html is a basic list but when I saw ".vertical li ul" I was like huh? Link to comment https://forums.phpfreaks.com/topic/120252-overflow-visible/#findComment-619614 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.