On Fri, 17 Jun 2005 09:30:16 -0400, George Crawford <[EMAIL PROTECTED]> wrote:
I've almost finished developing for a client. It's here - http://www.sonnerie.org.uk I have done a certain amount of testing, and tried to write a simple style sheet for version 4 browsers, but I have by no means covered everything. What are your thoughts? Are there any problems? One thing I am planning to do next is to convert from pixel fonts to a complex ems/percentages mix, as I have seen recommended on a few sites.
Any problems, CSS comments, design comments, spelling mistakes?
George,
Nice color, clean, and mostly easy to read site(except maybe not enough contrast here and there). Horizontal menu may break a little early on zoom. Relative font-sizing need not be complex. Avoid using em on the body as it triggers a font-re-sizing bug in IE. Percent(100.01%) on the body followed by percent or em on individual selectors works well cross-browser(as does not declaring a font-size on the body followed by percent or em on individual selectors). aside: Not sure I understand the splash page, or if one is necessary or needed(some images click-able, while others are not is confusing; and the layout of the splash page does not seem particularly in keeping with the rest of the site). Should you ever get around to it there's one minor correcton needed on the CSS file.
Regards,
David Laakso

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to