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.
- problem #1
- problem #2
- problem #3 - using
blockquote div
instead ofblockquote p
Comments
Post a Comment