Making it happen
CSS New Features
Wouldn’t it be really great if CSS had the following:
div.leftcol % div.col // inherit from class div.col
{
float:left;
}
and also:
.header
{
font-size:12px;
h1 {
color: red;
}
}
equivalent to:
.header {
font-size: 12px;
}
.header h1 {
color: red;
}
| Print article | This entry was posted by andrei on May 10, 2010 at 10:58 am, and is filed under Uncategorized. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
