Click to See Complete Forum and Search --> : Having some trouble


pistolpete
05-21-2009, 09:25 AM
Hello everyone,

I'm fairly new to CSS as I'm trying to begin using it to code rather than table-heavy HTML. I'm working on a website an have a drop-down navigation menu that is the center of my problem. In Safari and Firefox, the navigation's menus drop down over everything like they should. In Internet Explorer, however, they get hidden behind the white content box below.

The problem: http://websteranalysis.comuf.com/b4.php

I tried using the validator and there were three problems, but being new to this, I'm not really sure what they are and how to fix them. I would be extremely grateful if anyone could help me out.

Thanks for your time!

KDLA
05-21-2009, 11:42 AM
It's due to layering. You've used absolute positioning for your content area, and it is taking precedence over the relative positioning you've applied to the menu.

You don't need absolute positioning for your content. If you let it "go with the flow," the layering should work correctly.