Hey. I have a problem. In IE my webpage is displayed fine, but when I open it with FF the navmenu's height is incorrect and is just messed up. If you want to take a look at it http://www.konetchreport.com
This is the code I use for my style sheet:
.navbar {
width:107px;
background-color:#003366;
padding: .3em;
text-align:center;
border-left:1px #000000 solid;
border-right:1px #000000 solid;
color:#FFFFFF;
float: right;
}
.navbar:hover {
width:107px;
background-color:#B1BDCD;
padding: .3em;
text-align:center;
border-left:1px #000000 solid;
border-right:1px #000000 solid;
color:#000000;
float: right;
}
How can you set a specific height for the box.
Thanks
|