I have a page where I have a ul class and a div class in the same container div. The ul class always ends up on top of the image. I want the ul class to be behind the div class with the image in it. How can I control the 'levels' of these two objects without using z-index. . .they are not absolutely positioned.
Also, I have a CSS based drop down menu in its own division class. It uses lists as well. The drop down part is its own ul class. When the drop down menu is triggered, it drops over part of the container div. This too always ends up behind the ul class in the container div.
It is like the ul class is ALWAYS the topmost part of the page. What's with that??
I cannot post the code, but it anyone has experienced this phenomenon, I would be interested in what you did to fix it.
Thanks.
ryanod



Reply With Quote


Bookmarks