Log in

View Full Version : Problem with css menu



Anze
02-28-2009, 11:51 AM
Hi all!

I'm having sleeptaking problem with css/js menu.. In FF3 it looks just way it looks in my head, but IE7 is having some difficulties displaying it right.

- First there is z-index problem - overlay div is displayed behind content and some form elements.
- Second I cant keep menu button hovered when user takes cursor off text in overlay div.

See for yourself:
N/A (http://www.google.com)


Any help would be really apriciated!
Thank you.

Anze

Snookerman
02-28-2009, 11:59 AM
Try this:

.HeaderContainer {
background:transparent url(../imgs/Header.png) no-repeat scroll 0 0;
height:165px;
position: relative;
z-index: 1000;
}

Good luck!

Anze
02-28-2009, 12:09 PM
Thank you very very much!! Solved.