Eric Peterson wrote:
> Below is the test page I've been playing with.
>
>
Let's start here (take it slow and wait for others on the list who will
offer good advice).
This:
html {
font-family : "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
font-size: 80%;
}
Becomes this [user friendly and shorter]:
html {
font : 100%/1.4 Helvetica, Arial, sans-serif;
}
This:
div#blockleft {
height : 200px;
}
div#blockright {
height : 200px;
}
Becomes this [the specificity of div#selector /may/ not be necessary,
and let content determine height]:
#blockleft {
/*height : 200px;*/
}
#blockright {
/*height : 200px;*/
}
Best,
~d
--
desktop
http://chelseacreekstudio.com/
______________________________________________________________________
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/