That's actually a feature. Open up the chromestyle.css file you are using with this script in a text editor and find this:
Code:
#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}
Change it to this:
Code:
#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}
and the Opera and FF versions will look as plain as the IE one.
Bookmarks