I had the same issue with css flyout in firefox, but it worked flawlessly in IE.Originally Posted by duckydoodles.com
After hunting for days for missing divs or errors in the code (being a new Zen hacker myself), I seem to have found a cure in the css:
Look for
div#nav-cat {float: left; width: 140px; margin: -1px 0 0 -1px;
background-color: #CE318C; font-weight:bold;}
and simply change to:
div#nav-cat {width: 140px; margin: -1px 0 0 -1px;
background-color: #CE318C; font-weight:bold;}
It worked for me. Can anyone explain to me why it works? :) DrByte?
f.
Bookmarks