I am trying to make a dropdown(show/hide layers) menu for a site that is fixed width and centered. I am stumped because I cannot use apsolute positioning in a centered site and I cannot use the z-index on a relatively positioned layers. I know there is a solution to this problem but it is beyond me. Can anyone explain how it owuld be done or point me in the right direction.I might be mistaken, but I think you can use z-index onm relatively positioned elements. The specs say that the z-index applies to 'positioned elements'...
<!-- m --><a class="postlink" href="http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index">http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index</a><!-- m -->
<!-- m --><a class="postlink" href="http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index">http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index</a><!-- m -->