Menu Overlay issues please help! - Joomla! Forum - community, help and support
hello guys
please take @ website http://www.crtpta.org , notice how top menu once clicked seems go under main menu not on it... it's highly annoying! in addition submenu not work... ideas?!
on top of this, asked said it's fixable saying this:
you need add position , z-index attribute container @ same dom level <-- can explain in english please?! lol
so need menu overlay , submenu work please advise?
thanks!
newbie8277
please take @ website http://www.crtpta.org , notice how top menu once clicked seems go under main menu not on it... it's highly annoying! in addition submenu not work... ideas?!
on top of this, asked said it's fixable saying this:
you need add position , z-index attribute container @ same dom level <-- can explain in english please?! lol
so need menu overlay , submenu work please advise?
thanks!
newbie8277
ok guys fixed it
i added following code:
}
#centertop, .bottom_out {
display: block;
position: relative;
z-index: 2000;
which adding position , z-index attribute container in .css file @ same dom level...
worked! issue solved
i added following code:
}
#centertop, .bottom_out {
display: block;
position: relative;
z-index: 2000;
which adding position , z-index attribute container in .css file @ same dom level...
worked! issue solved

Comments
Post a Comment