richiebman
01-13-2005, 07:48 AM
Wanting to make a simpler print.css for my blog, I thought it was about time I should change my main stylesheet media from 'all' to 'screen'. Which I did, and then remembered why I hadn't done it before, because I use Tantek's box model hack (http://tantek.com/CSS/Examples/boxmodelhack.html) to sort out IE 5's css problems which throws up a warning upon W3C validation. But I don't want any warnings. So I tried to find a solution and came across an old thread on mezzoblue (http://www.mezzoblue.com/) which is here (http://www.mezzoblue.com/archives/2003/07/26/garden_and_c/comments/#c000784) .
I have changed
voice-family: "\"}\"";
voice-family:inherit;
to
text-align: "\"}\"";
text-align:inherit;
and everything behaves as before AND there are no warnings with the media set at screen.
If this is ok then this thread is just passing on what I found (couldn't find it anywhere else), but if it's going to give me any problems I'd like to how and why.
Cheers,
R
I have changed
voice-family: "\"}\"";
voice-family:inherit;
to
text-align: "\"}\"";
text-align:inherit;
and everything behaves as before AND there are no warnings with the media set at screen.
If this is ok then this thread is just passing on what I found (couldn't find it anywhere else), but if it's going to give me any problems I'd like to how and why.
Cheers,
R