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
https://forums.phpfreaks.com/topic/120252-overflow-visible/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.