I am running the most up to date version of CMSMS, I have been testing out adding a slideshow javascript to a template using the literal tags.
The slideshow works fine, but now I have noticed that my horizontal CSSMenu gets hidden behind the slideshow images, is there anything I can do to stop this happening??
I have searched the forums and also google, but don't seem to be able to find an answer to this question.
I would really appreciate some help and suggestions.
CSSMenu is hidden behind a slideshow javascipt [solved]
-
mattpitts74
- Forum Members

- Posts: 13
- Joined: Thu Apr 12, 2007 10:47 pm
CSSMenu is hidden behind a slideshow javascipt [solved]
Last edited by mattpitts74 on Sat Apr 04, 2009 11:05 pm, edited 1 time in total.
-
uniqu3
Re: CSSMenu is hidden behind a slideshow javascipt
This coulld be caused by CSS for your slideshow, there is position:absolute somewhere i belive.
-
mattpitts74
- Forum Members

- Posts: 13
- Joined: Thu Apr 12, 2007 10:47 pm
Re: CSSMenu is hidden behind a slideshow javascipt
I have tried the abolute positioning without any luck.
here is the url http://www.khwp.org.uk
Any more suggestions would be helpful, I have also tried installing the simple slide module, which does not seem to install without crashing the cmsms backend, so I had to go in and manually delete the folder from the module folder.
here is the url http://www.khwp.org.uk
Any more suggestions would be helpful, I have also tried installing the simple slide module, which does not seem to install without crashing the cmsms backend, so I had to go in and manually delete the folder from the module folder.
Re: CSSMenu is hidden behind a slideshow javascipt
Sorry, thought it was a flash object.
Nullig
Nullig
Last edited by Nullig on Sat Apr 04, 2009 10:52 pm, edited 1 time in total.
-
mattpitts74
- Forum Members

- Posts: 13
- Joined: Thu Apr 12, 2007 10:47 pm
Re: CSSMenu is hidden behind a slideshow javascipt
Thanks for the input, but the element is javascript not Flash, any suggestions as to how I deal with that??Nullig wrote: You need to use the WMODE parameter in your flash content:
http://kb.adobe.com/selfservice/viewCon ... &sliceId=2
Nullig
Re: CSSMenu is hidden behind a slideshow javascipt
Add a higher z-index to your menu nav:
#primary-nav li li {
width: 200px;
z-index: 100;
}
Nullig
#primary-nav li li {
width: 200px;
z-index: 100;
}
Nullig
-
mattpitts74
- Forum Members

- Posts: 13
- Joined: Thu Apr 12, 2007 10:47 pm
Re: CSSMenu is hidden behind a slideshow javascipt
Thanks a million, its so simple when you know how, and painful when you don't 
