Okay, so, I'm working on a css popup menu for cougarrentals.com.
Check out
http://www.cougarrentals.com/test2.phpEverything is working like it should be there. (minus png tranparency in ie6)
Now, when I put it in the context of the page, it gets ALL jacked up.
Everything works great in FF. Splendid.
Opera displays the menus way off to the side, so I'm thinking that has something to do with the position being relative to something else?
IE7 displays the menus, just puts them underneath the images below the menu, which makes them useless. The menu is at z-index 1, so that *should* fix it. It doesn't. Go IE.
IE6 however, since it doesn't do :hover with css is run via JS. Now I don't have a true version of ie6 on my computer (ie6 standalone still uses some ie7 libs, and ie6 on linux is closer, but I still can't be certain everything is the same) but from what I can tell the menus pop up like they should, they just don't disappear. That AND it puts the menu under the pictures like ie7. I hate IE.
It's now nearly 6am, and instead of studying for my finals tomorrow, I've watched 2 movies and worked on this. Help me.