N
NoWhereMan
are these css selectors legal ?
..storycontent > p:first-child:first-letter{
font-size: 6em;
color: #bc0f09;
font-family: Georgia, Times, 'Times New Roman', serif;
float: left;
padding: 0.1em;
}
..storycontent > p:first-child:first-line{
font-variant: small-caps;
font-size: 1.3em;
}
looks like syntactically valid (the w3c validator says it is) but is it
legal ?
firefox interprets this as I suppose it should; opera does not
--
NoWhereMan
-- NoWhereBlog: www.nowhereland.it
-- deviantArt: http://nowhereland.deviantart.com
-- Giochi a BiteFight? http://bitefight.nowhereland.it/
-- Vagisil migliora la tua vita intima: www.vagisil.com/teencenter.shtml
..storycontent > p:first-child:first-letter{
font-size: 6em;
color: #bc0f09;
font-family: Georgia, Times, 'Times New Roman', serif;
float: left;
padding: 0.1em;
}
..storycontent > p:first-child:first-line{
font-variant: small-caps;
font-size: 1.3em;
}
looks like syntactically valid (the w3c validator says it is) but is it
legal ?
firefox interprets this as I suppose it should; opera does not
--
NoWhereMan
-- NoWhereBlog: www.nowhereland.it
-- deviantArt: http://nowhereland.deviantart.com
-- Giochi a BiteFight? http://bitefight.nowhereland.it/
-- Vagisil migliora la tua vita intima: www.vagisil.com/teencenter.shtml