Also I'd like to comment on "CSS doesn't display properly in all browsers" arguement.
Yes it does, All standard compliant browsers it displays properly on, the only one it doesn't is Internet Explorer, and that's because Microsoft thinks that they need to have their own way of displaying stuff...
And still theres easy ways to fix that, it's usually widths, heights, padding, margins etc that are different, so make an extra attribute for ie with a * infront of it, that tells browsers that it's a IE only attribute, problem fixed.
|