简体   繁体   中英

Z-index problem

I have a z-index problem here: http://ratingscorner.com/product_rating.php?alias=Peoples-Education-Society-Institute-of-Technology-%28PESIT%29-100-feet-Ring-Road-Bangalore&product=Colleges

The first level menus go behind the content area. I tried to give the header a higher z-index and it helped, but in IE the slideshow still doesn't get displayed. How do I solve this issue?

Use either float:... or position:... for z-index to work properly.

Something that made my head ache a lot of times already, till I figured it out...

IE and Firefox render Div z-index in a diferent way . Give a z-index value to all divs. So both browsers render the same order.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM