Re: [css-d] Safari site check

2007-03-07 Thread Henk Cortier
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/

Re: [css-d] form doesn't show well on Linux platform

2006-12-05 Thread Henk Cortier
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

[css-d] form doesn't show well on Linux platform

2006-12-04 Thread Henk Cortier
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 ___