Double Background images?

How can I add a second background image within a <blockquote> ?

I have one background image in the top left hand corner of a blockquote, I want to place another in the bottom right hand corner. I read about using repeat-y but wouldn’t that just repeat the image ?

Makes sense. I know the style sheet that the <blockquote> is associated with. I’m just having problems reading where the <div> that contains the block quote is because of the relying PHP code.

Nothing changes. Everything Paul said in #2 still holds; it doesn’t matter how the HTML is generated :slight_smile:

Paul, if it’s a PHP file which one holds the HTML ?

Thats the safest method. Remember though, there is such a thing as graceful degradation.

Good Gosh, I’ll stick to CSS 2.1 :slight_smile:

I suppose CSS3 won’t be standard until IE7 is dropped.

Sadly, IE8 doesn’t support it either.

For CSS2 you’d need to add another element to apply the image to (e.g. wrap the blockquote in a div and apply an image to that). Or you could use :after or :before to add content if you don’t need to support IE7 and under.

Inn css3 you can use multiple background images on a single element but its not supported in ie8 and under.