NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
IE Box Model... (Score:2)
-Dom
Reply to This
Re:IE Box Model... (Score:2)
If only! In this case it's a float bug. I have the DTD set correctly so IE6 should be using the correct box model, and at this stage I don't care about IE5's totally broken implementation.
The man in the scary hat is a jolly clever chap, and I read his book while stuck in hospital last year - a very useful read indeed. I keep trying to get people to read it. I've not rad it yet, but Eric Meyer On CSS [ericmeyeroncss.com] may also be a goo read.
My problem is that IE5 and IE6 do odd things with floats. Mozilla and Opera do wha
-- "It's not magic, it's work..."
Re:IE Box Model... (Score:2)
-Dom
Re:IE Box Model... (Score:1)
{
width: 300px;
width: expression( '400px' );
}
Re:IE Box Model... (Score:2)
Not seen that. Normally I force [alistapart.com] IE6 into standards mode, and I either don't care about older broken IEs, or use the infamous Tantek Hack [tantek.com].
-- "It's not magic, it's work..."