Hi there
I've got a web page that I'm laying out -
http://www.adclweb.com/dev/st-allround
The menu is a table within a layer. The menu looks fine in Mozilla and IE6 but it's not happy in IE7 where it goes off the page to the right.
This is my style for the menu and I'm using a hack for IE6 but can anyone help me for IE7?
#menu {
width: 570px;
position:relative;
top:108px;
z-index: 3;
left: 165px;
}
* html #menu{ /*IE 6 only */
left: 90px; }
thanks
Adam