We're using a tableless CSS format for one of our site menus. It's using a combination of 3 DIVs to place images around a menu so that it is boxed in. It works in Firefox but fails in IE and am stumped why. Here's the link:
And here are the style attributes used for it (only showing the non-bg image portions):
.subnavcontainer {position:relative;margin:0 0 1em;padding:0;}
.subnavcontainer div {margin:0;padding:2px 0 0 0;}
.subnavcontainer div div {padding:0 0 0 11px;margin:0;}
.subnavcontainer div div div {padding:0 0px 11px 0;margin: 0px; height:auto!important;height:1%;}
I've tried messing around with the padding and margins to no avail.
And here are the style attributes used for it (only showing the non-bg image portions):
.subnavcontainer {position:relative;margin:0 0 1em;padding:0;}
.subnavcontainer div {margin:0;padding:2px 0 0 0;}
.subnavcontainer div div {padding:0 0 0 11px;margin:0;}
.subnavcontainer div div div {padding:0 0px 11px 0;margin: 0px; height:auto!important;height:1%;}
I've tried messing around with the padding and margins to no avail.