Positioning main menu over a slideshow with reduced opacity - Joomla! Forum - community, help and support
hi all,
i have slideshow on website want main menu sit on top of (with reduced opacity make nice).
i'm stuck how achieve this.
do need assigned same position? (if assign them same position, opacity rule applies slideshow aswell menu don't want happen).
any pointers appreciated!
cheers.
i have slideshow on website want main menu sit on top of (with reduced opacity make nice).
i'm stuck how achieve this.
do need assigned same position? (if assign them same position, opacity rule applies slideshow aswell menu don't want happen).
any pointers appreciated!
cheers.
you styles in stylesheet, if stylesheet savvy.
assign them same position in module manager , give them both module class suffix names in advanced tab module. helps target them individual class names. use firebug determine how target each item, , possibly containing elements, specifically.
the outer container position , each of module elements need positioning z-index applies. make outer container , slideshow "position: relative". make slideshow "z-index: 10". make menu container "position: absolute" , set "z-index: 20".
assign them same position in module manager , give them both module class suffix names in advanced tab module. helps target them individual class names. use firebug determine how target each item, , possibly containing elements, specifically.
the outer container position , each of module elements need positioning z-index applies. make outer container , slideshow "position: relative". make slideshow "z-index: 10". make menu container "position: absolute" , set "z-index: 20".
Comments
Post a Comment