Arnold, for a Safari-check (or any browser) you can always send your
url to:
http://www.browsershots.org
meanwhile I'll send you a screenshot
Henk
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/
thanks Richard,
I'm testing the site through browsershots.org on many different Linux
browsers (there are so many!).
It's a game of float, clear and using different div's, tricky sometimes.
Let's hope one day all browsers will interpret css the same (good) way.
bye
Hi,
I created a simple form with the labels with fixed width:
form label.fixedwidth {
clear: both
display: block;
width: 140px;
float: left;
}
it shows ok in Safari and PC/IE but on Linux it's a nightmare, any
idease?
thanks
Henk
___