|
Thanks Chris, I think that won't work, and here's why:
The sub-menus must be relatively positioned with respect the their parents so that it doesn't matter if the browser is full-screen or not. I have two monitors, and when I maximize the browser the content remains centered by the menu goes waaaay over to the right -- if I absolutely positioned the menu, it would be waaay over to the left...isn't the correct?
Note that "nav" is a child of "menu" which is a child of "header" which is a child of "html". And "container" is a child of "body" which is a child of "html" and contains the rest of the page (Lside, Rside, Content). Thus my attempt at z-index{} stuff...
Or am I just confusing myself? If you would be so kind as to supply a tiny snippet of code for me to look at to make sure I understand what you're postulating, I would really appreciate it!
|