Taco Fleur wrote:
Sounds fair, I would say "Tough luck!" then, since the pages validate
and the browsers choose not to display it properly. If the users
complain I'll tell them "sorry, but we did everything by the books,
look at your browser, get rid of it and change to PC ;-)".
Would be more or less the same as throwing all standards overboard IMO,
as "valid" doesn't mean "functional".
I think you should rather check again, and see if getting one more
browser on board isn't worth the effort of making minor CSS changes.
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.
regards
Georg
--
http://www.gunlaug.no
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************