Page 1 of 1
CSSMenu is hidden behind a slideshow javascipt [solved]
Posted: Sat Apr 04, 2009 8:59 pm
by mattpitts74
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.
Re: CSSMenu is hidden behind a slideshow javascipt
Posted: Sat Apr 04, 2009 10:00 pm
by uniqu3
This coulld be caused by CSS for your slideshow, there is position:absolute somewhere i belive.
Re: CSSMenu is hidden behind a slideshow javascipt
Posted: Sat Apr 04, 2009 10:41 pm
by mattpitts74
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.
Re: CSSMenu is hidden behind a slideshow javascipt
Posted: Sat Apr 04, 2009 10:49 pm
by Nullig
Sorry, thought it was a flash object.
Nullig
Re: CSSMenu is hidden behind a slideshow javascipt
Posted: Sat Apr 04, 2009 10:52 pm
by mattpitts74
Thanks for the input, but the element is javascript not Flash, any suggestions as to how I deal with that??
Re: CSSMenu is hidden behind a slideshow javascipt
Posted: Sat Apr 04, 2009 10:59 pm
by Nullig
Add a higher z-index to your menu nav:
#primary-nav li li {
width: 200px;
z-index: 100;
}
Nullig
Re: CSSMenu is hidden behind a slideshow javascipt
Posted: Sat Apr 04, 2009 11:04 pm
by mattpitts74
Thanks a million, its so simple when you know how, and painful when you don't
