Hi there,
The top menu on my website www.dhtherapies.com doesn't work in IE7 - any ideas. I've tried adding padding, which is how it was fixed in firefox when it was doing the same thing, but can't workout how to do it for IE7 - ideas?
Cheers
This is the css for IE7
/* CSS Document */
div.moduletable div {
zoom: 1;
}
div.moduletable2 div {
zoom: 1;
}
#top {
margin-left: 0px;
}
#hornav ul li ul {
margin-left: -20px;
}
#hornav ul li ul ul {
margin: -30px 0px 0px 10.3em;
}
#hornav li:hover {
z-index:1;
background-position: 0 0;
}
#hornav ul li li a {margin-top:0px; }
#hornav ul li ul {margin-top: 0px; }