Logo overlaps menu in FireFox (not in IE6) - Joomla! Forum - community, help and support
i'm using rockettheme elixir , have problem logo overlapping menu, in firefox. ideas?
http://graphistry.com
any suggestions appreciated!
http://graphistry.com
any suggestions appreciated!
hello,
try adding z-index logo formatting: { z-index : -50; }, not sure if number ideal, believe negative set logo behind menu image....... line in template_css.css file starts:
and add z-index there.
hope helps,
peace,
tj
try adding z-index logo formatting: { z-index : -50; }, not sure if number ideal, believe negative set logo behind menu image....... line in template_css.css file starts:
code: select all
#logo
{
position: absolute;
top: 4px;
left: 14px;
display: block;
and add z-index there.
hope helps,
peace,
tj
Comments
Post a Comment