I am working on a web site using Sandbox. The secondary navigation will not show up on IE (6 or 7).
The page/site validates at w3c.org.
Any ideas? I am using an alt style sheet for IE. The other items in the style sheet show up correctly and where they should.
This is the CSS on the ie-style.css for the secondary navigation.
div #secondary {
position: absolute;
left: 800px;
top: 200px;
z-index: 100;
}
Thanks in advance