css variables

I was just thinking if its possible or it can be a future feature of CSS.

Is there a way that I can declare a variable in css like;

#container h1 = main-title;

then I can use "main-title" like this

main-title {
    font: bold 16px Arial;
}

Carmelo A. Capinpin (mello@szinf.com)
Semizon Information Services

Received on Wednesday, 13 December 2006 13:20:46 UTC