OK, so opera isn't playing by the rules...
Can I change "padding: 0" to "padding: 0 0"?
I've gone like a madman through the site and changed all occurrences of
padding: 0 to padding: 0 0
And I assume padding: 4px would become padding: 4px 4px, correct?
-----------------
FYI: changing from...
#container {padding: 0;}
...to...
#container {padding: 1px 0;}
...is enough to get Opera 9 on board.
It's still perfectly valid with this change, and doesn't affect other
browsers.
Opera 9 needs that element to take up space (for whatever reason), which it
doesn't in your page at the moment. Any method will do.
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************