Layering problems

So I converted my page from tables to css styles. Loads better, more precise control, I love it. The only problem is in IE the menu on the left won't display the top layers. I tried messing with the Z-index, but since they aren't actual layers, that didn't seem to help. Any ideas? The weirdest part is if you move over the links it will start to display them or if you minimize and then bring it back up, they're almsot there. It works fine in firefox and I used dreamweaver to check my css file and the html for errors.

Here's the link :http://65.110.92.187/testsite/pages/default.htmlTry this validator:
<!-- m --><a class="postlink" href="http://jigsaw.w3.org/css-validator/validator-uri.htmlI">http://jigsaw.w3.org/css-validator/validator-uri.htmlI</a><!-- m --> did it that validater too. The only erros is shows me are some with a url I'm linking to, and one or two errors in the javascript. The css files came through clean. Any other ideas?I've had that same problem with Netscape 6 & 7. Usually, if I mess around with the order of the div tags, and try to get rid of any extraneous stuff in my CSS, that helps. Besides just advising you to keep experimenting, I've no immediate ideas without close study of your coding.

You might try this tool, also:
<!-- m --><a class="postlink" href="http://www.htmlhelp.com/tools/csscheck/">http://www.htmlhelp.com/tools/csscheck/</a><!-- m -->

Good Luck -By order do you mean how they are nested or something else?By order, I mean that sometimes a <div> tag isn't properly closed where it should be, or may just be missing.

Netscape, at least, is a little more literal in its translation of HTML; IE makes assumptions and sometimes helps cover a multitude of sins. (Or, in your case, this could be the problem!)
 
Back
Top