Search

Google
 

Monday, July 2, 2007

Pseudo Elements (Use of Before and after in CSS)

blockquote:before {
content: open-quote;
}

blockquote:after {
content: close-quote;
}

li:before {
content: "POW: "
}

p:before {
content: url(images/jam.jpg)
}

No comments:

Is this post help u.