Blockquote alignment
-
hi,
I’m trying to align the gif within a blockquote. I sometimes find that if the text is too little the image disappears. How can I fix it so it will show completely regardless of the amount of text and how can I align it to the right.
Here’s my code so far:
blockquote, blockquote p {
background: #388 url(‘images/quote-l.gif’) left top no-repeat;
text-indent: 0px;
margin-bottom: 12px;
margin-top: -1px;
padding: 20px;
color: #fff;
}blockquote div {
background: transparent url(‘images/quote-r.gif’) bottom no-repeat;
padding: 4px 3px 4px 3px;
right: 25px;
}Here’s an example post:
http://sekhu.net/wp/2004/06/21/class-of-herbal-high-2004/1/
Thanks in advance
The topic ‘Blockquote alignment’ is closed to new replies.