On Wed, Jan 25, 2006 at 11:19:42AM -0500, Zoe M. Gillenwater wrote: > CSS is not a programming language, so it doesn't have variables in it. > You define set classes and ids that appear in your source somewhere.
Just to be clear, it's a totally reasonable thing to expect
from CSS. It would be nice to be able to define
h[0-9] {
font-family: Verdana, sans-serif;
}
instead of the ungainly
h1, h2, h3, h4, h5, h6, h7, h8, h9 {
font-family: Verdana, sans-serif;
}
--
Stephen R. Laniel
[EMAIL PROTECTED]
Cell: +(617) 308-5571
http://laniels.org/
PGP key: http://laniels.org/slaniel.key
signature.asc
Description: Digital signature
______________________________________________________________________ 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/
