> it's actually pretty easy to get everything to > work in Opera
I found the opposite to be the case. When applying certain Javascripts to a page, Opera suddenly loses styles. I couldn't really narrow it down specifically, but one case would be a script that changes the height of a page element, and all of a sudden, the font applied to the body is lost, rendering everthing in Times default font. After long attempts at trying to identify the source of the problem, I decided to do a if(!($.browser.opera)) { } Bernd