Can anyone tell me if it is possible to do something like:
DIV.Header
{
BACKGROUND: yellow;
P.First
{
FONT-SIZE: 10pt;
COLOR: red
}
}
eg. I'd like to be able to simplify my CSS so that I don't lots of long
complex individual CSS rules that are difficult to debug without some clear
hierarchy in the CSS text:
DIV.Header
{
BACKGROUND: yellow;
}
DIV.Header P.First
{
FONT-SIZE: 10pt;
COLOR: red
}
DIV.Header P.First SPAN
{
....
}
add infinitum ...
Cheers,
Chris.
"Chris Barber" <ch...@blue-canoe.co.uk.NOSPAM> wrote in message
news:%23CQYu8a...@TK2MSFTNGP12.phx.gbl...
Cheers,
Chris.
"Ian Ward" <iward_at_austin_dot_rr_dot_com> wrote in message
news:uTGtTkcQ...@TK2MSFTNGP10.phx.gbl...
But ... still a big no!
Looks like I'm stuck with long lines of CSS rules when trying to set up
embedded hierarchical rule sets.
Chris.
"Al Rider" <ne...@ridersite.org> wrote in message
news:umqupLzR...@TK2MSFTNGP12.phx.gbl...