(I'm not a regular in this forum, so I did a keyword search first and didn't find a good treatment of this topic.)
If I write a page that relies heavily upon CSS for layout (I can do tables no problem but CSS is so much better if you can count on faithful browser rendering), and I'm wondering how much cross-browser testing should be done before release.
I've validated with W3C validator before, but it returns some bogus stuff, it would seem, just because the CSS code is formatted thus:
[tt]
div.header
{
position: absolute;
left: 0;
} [/tt] , etc.
How many well-known browser problems are lurking out there that those of you who do web front ends full-time are aware of? Obviously a broad topic, but some general proofing guidelines and gotcha alerts would be much appreciated!
Jeffrey R. Roberts
Insight Data Consulting
Access, SQL Server, & Oracle Development
If I write a page that relies heavily upon CSS for layout (I can do tables no problem but CSS is so much better if you can count on faithful browser rendering), and I'm wondering how much cross-browser testing should be done before release.
I've validated with W3C validator before, but it returns some bogus stuff, it would seem, just because the CSS code is formatted thus:
[tt]
div.header
{
position: absolute;
left: 0;
} [/tt] , etc.
How many well-known browser problems are lurking out there that those of you who do web front ends full-time are aware of? Obviously a broad topic, but some general proofing guidelines and gotcha alerts would be much appreciated!
Jeffrey R. Roberts
Insight Data Consulting
Access, SQL Server, & Oracle Development