Extended menu suckerfish-horizontal bug in IE7 - Joomla! Forum - community, help and support
suckerfish-horizontal sublevel displayed in ff, ie6 , opera not in ie7. problem sublevel position shifted right, seems belong next mainlevel item submenu
had same issue, found solution here:
http://forum.joomla.org/index.php/topic,124039.0.html
here's code fixed . op.
code:
ul#mainlevel li ul{
top: 20px;
left: 1px;
}
seems fix it, , not break ff.

http://forum.joomla.org/index.php/topic,124039.0.html
here's code fixed . op.
code:
ul#mainlevel li ul{
top: 20px;
left: 1px;
}
seems fix it, , not break ff.
Comments
Post a Comment