Mr chinpansee
Mr chinpansee

Reputation: 375

Z-Index IE 7 and 8

Im working on the following, I've made an nice dropdown menu, the problem is that its working in every browser except IE 7 & 8 (or LTE)...

I've been looking down on the questions on stackoverflow and i've tested a lot, but nothing seem to work. So i've been wondering if there is any jquery/javascript fix to fix Z-Index in ie.

I've been looking on a lot of websites, so I would appreactice you not to post any website here from the other questions.

I've changed the z-index to much higher, i have gaven the other divs also z-index but doesnt seem to work.

How it should work: example1

How it works now: example2

Upvotes: 0

Views: 488

Answers (1)

Rajiv007
Rajiv007

Reputation: 1136

Try giving position:relative and bigger z-index to the parent of the div containg the username/password dropdown and also postion:relative to the parent of the div that is overlapping the username/password dropdown but less z-index.

Upvotes: 1

Related Questions