Thu, 2009-05-07 14:04
Hi.
I have setup a module in joomla called Expose gallery which works really well apart from when the user clicks on a picture and it displays. The menu bar of my template stays in the foreground and covers the picture, can anyone see a way of stopping this from happening please?
http://www.sleeps12incornwall.com - just click on an image in the benner of images and you will see what i mean !!
many thanks for any help.
Thu, 2009-05-07 16:31
#1
fixed it - for anyone else who needs a hand
This is what worked for me:
* ie.css - change z-index on line 6 from 800 to "80"
* nav.css - under #navmenu, change z-index to 100
* nav.css - under the group that starts with "#navmenu li:hover ul" #navmenu, change z-index to 1