Menu behind slider in IE7
Professional Joomla template suitable for a wide range of finance related sites such as stock market, finance news, forex informations.
On this site:
http://www.itwfoils.eu/ the menu is getting behind the slider in IE7.
How to fix this?
Jan
-
- Fresh Boarder
Hi
Try add this code to css:
- Code: Select all
#gkPageTop { z-index: 11; }
#gkBanner1, #gkHeader { position: relative; z-index: 10; }
-
- Moderator
-