Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
body (Guest)
body (Guest)
Hello,
How to correct bug the menu in version 2.6: bg-legend the menu
 
Example in a picture
 
http://pics.livejournal.com/mitgard/pic/00001py3
Last modified: 19 Jul 2006 8:58 AM
 
neosim
neosim
I found the bug. In file default.css add z-index in .subMenuBlock class. I think z-index: 2000; for legend have to high value.
Generally subMenuBlock class should z-index higher than titleTopCenter and div
 
.titleTopCenter div {
z-index: 2000;
}
 
.subMenuBlock {
z-index: 2001;
}
 
Cheers
Neosim
 
body (Guest)
body (Guest)
Cheers
Neosim
Many thanks, now all works =)))