OK, I get it, it is a window size issue, at larger window sizes, Mozilla shows more, I just reduced my window size to 800x600 for a bit and got none of the more icon. I took this line:
Code:
document.write('<span id="temp" style="visibility:hidden;position:absolute;top:-100;left:-5000">'+menucontents+'</span>')
and made it like this:
Code:
document.write('<span id="temp" style="visibility:hidden;position:absolute;top:0;left:0">'+menucontents+'</span>'
that seems to fix it. Might mess things up in older browsers though, still good in IE6 NS7.2 and FF1.0.1
Bookmarks