Re: Support for CSS Flyout Menu

Originally Posted by
hardwiredtemplates
I've solved this issue and it actually feels good...
If anyone else stuck on the same boat this is what I added in my stylesheet.css file
#fadeshow1 {
z-index:0; }
this will put the fly out menu over the slideshow banners.
hardwire...................that solution will ONLY work if a persons' slideshows' <div>' name is "fadeshow1", which controls your slideshow..............NOT the menu, so the chances of that helping anybody is pretty slim............sorry. I know you had good intentions.................
Now for YOUR particular case, it looks like (if you remove your above edit to your stylesheet.css) you need to edit your stylesheet_categories_menu.css, find this block of code:
Code:
#nav-cat li {
display:block;
z-index:1;
position:relative;
border-top:solid 1px #FEFEFE;
border-bottom:solid 1px #EBEBEB;
}
and change your z-index to 1100. Sometimes you got to use higher numbers to get the menu on top of other elements. In your case..............the 1100 works just fine. Actually.............if you put in 1001, this moves the menus' flyouts' above your slider images, but below the sliders' captions. 1002 will get the menu's flyouts' above everything. So...............anywhere from 1002 on will work fine for you.
Hope this helps.
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!
Bookmarks