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; } Quote Link to comment Share on other sites More sharing options...
dlate Posted August 18, 2008 Share Posted August 18, 2008 Hmm tried removing the height? Quote Link to comment 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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.