Previous Message
Next Message

Site check please

Sent by Zoe Gillenwater on 13 February 2004 13:01


Alan Boyd wrote:

>Site is at http://www.vronis.co.uk/dev/
>main CSS at http://www.vronis.co.uk/dev/styles/default.css
>
>Unresolved issues I have:
>
>CSS validation fails using:
>
><style type="text/css" media="screen,projection">
>
>- the validator returns "unrecognized media screen,projection". I'm using
>this combination to let Opera's fullscreen mode work correctly.
>

I think you need a space after the comma.

>IE Win gives me a single pixel offset in the main content, dependant on text
>zoom, but from the various threads I've read about rounding errors I think
>it's something I'll have to live with.
>

Yeah, if it varies based on zooming, I don't know there is much you can 
do about it short of completely starting over.  If it happened 
consistently, you could just hack IE with a value one pixel 
smaller/larger than everything else, but this won't work in your case.

>
>Table cells in IE 5.x: why can I not get the font-size to do as it's told?
>

Add

table { font-size: 1em; }

This won't hurt the other browsers, and will make IE5 recognize it needs 
to base the font size inside the tables on the surrounding content.

>All comments & criticism most welcome.
>

Really like the design!

Zoe

-- 
Zoe M. Gillenwater
Design Specialist
Highway Safety Research Center
http://www.hsrc.unc.edu


______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Possibly related: