javascript - Menu in Joomla site appears behind content -
i asked update joomla site 1.5 2.5. in order had update site 1.5.26 in order use jupgrade.
but upgrading site 1.5.26 went wrong menu. appears behind content. tried use z-index in many css template has resolve problem nothing seems work. css knowledge appears not enough crack nut.
the strangest thing me problem chrome , ff, in ie works allright (normally...)
any advise appreciated, live site.
edit: deleted client side address
as quick fix adding following css should work:
#horiz-menu li:hover ul { visibility: visible !important; opacity: 1 !important; }
long term should fix root of issue (likely javascript looks of things).
it appears opacity set 0 1 fine - problem once reaches 1 transitions 0 again ... i'm not entirely sure why happening, why menu appears briefly dissapears.
this should act lesson never upgrade cmses live - always test locally, upload, upgrading seems break things. it's never fun have fix on live site.
edit: incidentally, should tag question javascript too.
Comments
Post a Comment