Say I have:
p.quote
{
...
}
In my stylesheet (there's a reason I can't use blockquote). I want to be able to use the :before and :after pseudo-elements to put some quotation marks and other stuff around but can't get it to work. I'm on IE6.
Incidentally why does everyone seem to use #something h1{} not h1.something{}?
ps this is my 1st post here!
p.quote
{
...
}
In my stylesheet (there's a reason I can't use blockquote). I want to be able to use the :before and :after pseudo-elements to put some quotation marks and other stuff around but can't get it to work. I'm on IE6.
Incidentally why does everyone seem to use #something h1{} not h1.something{}?
ps this is my 1st post here!
Comment