On Sun, 09 Mar 2008 12:49:17 -0400
David Laakso wrote:

> Phoebe Taylor wrote:
> >> re: <http://www.cgraytaylor.net/>
> >>
> >>  
> >>     
> >
> > Sure, I'd be up for it.  :)
> >
> > Just let me know what the challenge is...
> >
> >
> >
> >
> > Phoebe
> >   
> 
> OK. Some random CSS suggestions.
> First off, you have done exceptionally well with CSS. Please accept 
> this, not as criticism of your effort, but rather as a means to take
> it just a little further along.
> 
> The addition of:
> html { min-height: 100%; margin-bottom: 1px; }
> to the CSS file may help the "short page shift."(if it even bothers
> you, or your client-- it drives me nuts but I'm a little whacked
> anyway) [1]
> 
> Stating at the top of the style sheet:
> 
> body, html {
> margin : 0;
> padding : 0;
> }
> 
> body {
> background-color: #1E1C1D;
> font : 100% arial, helvetica sans-serif;
> }
> 

[snip]


If you copy and paste ensure you put a comma after helvetica in the
above line. Else browsers may look for a font "helvetica sans-serif".
Simple typo that may not be picked up by the validator.

-- 
Michael

All shall be well, and all shall be well, and all manner of things shall
be well

 - Julian of Norwich 1342 - 1416
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to