Hi,
I'm trying to follow the blockquote directions listed here:
http://www.cssnewbie.com/six-ways-style-blockquotes/
And I'm finding that if I stick the provided CSS in my stylesheet, and
then place some text in a blockquote in my document _outside_ the main
blueprint container DIV, it displays fine. But for the life of me I
can't get the quotation marks as CSS background image to display
inside any blueprint DIVs. And in fact testing generally, I can't get
any block level element background image to appear.
Here's the very simple CSS:
blockquote {
margin: 1em 20px;
padding-left: 50px;
background: transparent url(quote.gif) no-repeat; }
The CSS file I'm sticking this in is loaded after screen.css, so I
don't think there's any overloading conflict etc.
Any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Blueprint CSS" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/blueprintcss?hl=en
-~----------~----~----~----~------~----~------~--~---