I'm slowly moving from Table layout to CSS layout.
Yes I know the benefits, but hell I spend about 99% of my time tweaking
the css to work on different browsers. Tables are almost exactly the
same on any browser. If they do go wrong you might get a hairline of
color where you don't want it.
When CSS goes wrong though, it goes properly wrong.
So a question for you CSS fans out there...
If I have a block of text 200px wide, and add a 10px margin, firefox
gives me a 220px wide box, and IE gives me a 200px wide box. I've seen
that there's a hack for this including some wierd voice tag, but with
something so fundementally different what are we supposed to do? It's
making CSS pretty much unusable for me as a method for layout.
You thoughts...
Yes I know the benefits, but hell I spend about 99% of my time tweaking
the css to work on different browsers. Tables are almost exactly the
same on any browser. If they do go wrong you might get a hairline of
color where you don't want it.
When CSS goes wrong though, it goes properly wrong.
So a question for you CSS fans out there...
If I have a block of text 200px wide, and add a 10px margin, firefox
gives me a 220px wide box, and IE gives me a 200px wide box. I've seen
that there's a hack for this including some wierd voice tag, but with
something so fundementally different what are we supposed to do? It's
making CSS pretty much unusable for me as a method for layout.
You thoughts...
Comment