Shape 5

Joomla Templates => User Choice - August 2007 - Club => : bderuiter September 08, 2009, 03:03:01 AM



: Submenu drops behind module image news
: bderuiter September 08, 2009, 03:03:01 AM
Any help please!

My submenu's  drop behind the image news module.

Tried to find anything like z-index but i can't find it.

http://www.bdrmedia.nl/bdrtest


: Re: Submenu drops behind module image news
: mikek September 08, 2009, 07:14:34 AM
Hello, at the top of s5_suckerfish2_light.css around line 50 you'll find:

#s5_navv2 li ul {

Into that section add:

z-index:50;


: Re: Submenu drops behind module image news
: bderuiter September 21, 2009, 01:53:40 AM
Super thx Mike!


: Re: Submenu drops behind module image news
: bderuiter November 16, 2009, 08:44:06 AM
Mike,

In IE7 it still drops behind any suggestion?

I tried to add your option to ie7_fixes.css but no effect.


: Re: Submenu drops behind module image news
: mikek November 16, 2009, 08:59:30 AM
Please post a url.


: Re: Submenu drops behind module image news
: bderuiter November 16, 2009, 09:00:54 AM
Ow sorry,

Its @ stucadoorsbedrijfspanjaard.nl (http://stucadoorsbedrijfspanjaard.nl)


: Re: Submenu drops behind module image news
: mikek November 16, 2009, 09:23:25 AM
Hello, if you can private messgae me super admin access I can look into this for you.


: Re: Submenu drops behind module image news
: bderuiter November 16, 2009, 09:25:54 AM
ok!


: Re: Submenu drops behind module image news
: mikek November 16, 2009, 09:50:33 AM
Hello, can please also send me ftp access. I need to access the css sheet for the menu but it's showing unwritable.


: Re: Submenu drops behind module image news
: bderuiter November 16, 2009, 01:05:58 PM
Sorry Mike was away for a while.

I put the css sheets writable now.


: Re: Submenu drops behind module image news
: mikek November 17, 2009, 09:15:12 AM
I added the following the suckerfish css sheet and it appears to be loading correctly now:

#s5_navv2 {
position:absolute;
z-index:3;
}


: Re: Submenu drops behind module image news
: bderuiter November 17, 2009, 09:43:25 AM
I've seen it. tnx very much