Jump to content

overflow: visible??


rondog

Recommended Posts

I thought overflow:visible would work but it doesnt.

 

Basically I want firefox to look like IE on the right.

 

example.jpg

 

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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.