I have a problem here. I can view my design page using Mozilla align perfectly but all alignment went wrong in IE. Pls guide me how to solve this problem.
Is it there is some problem with my CSS?
.submenu ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 170px;
}
.submenu ul li{
position: relative;
}
.submenu ul li ul{
position: absolute;
width: 170px;
top: 0;
visibility: hidden;
}
.submenu ul li a{
display: block;
color: black;
text-decoration: none;
padding: 4px 5px;
}
.submenu ul li a:hover{
background-color: red;
}
thanks



Reply With Quote

Bookmarks