css - Problem Getting '<blockquote>' IMGs to Show -


on this page can see quote in pink box. it's supposed have quote mark images right , left of it.

this css:

blockquote {     padding-left: 10px;     color:#444;     font-style: normal;     background: #ff9999 url(quoleft.png) left top no-repeat; } blockquote div {     padding: 0 48px;     background: #ff9999 url(gu.png) right bottom no-repeat; } 

would able tell me why images left , right of quote not showing?

thanks in advance! tara

p.s.:i haven't designed quote mark images yet i'm using alternative images , should show in place.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -