Blockquote images: not displaying in Firefox
-
Hi,
I wish to display two images before and after the blockquote text, respectively.
I included in the custom css this code:
blockquote {
background:url('http://misangremisma.files.wordpress.com/2012/02/comillas2.jpg') no-repeat right bottom;
width:450px;
padding-left:20px;
padding-right:65px;
}blockquote:first-letter {
background:url('http://misangremisma.files.wordpress.com/2012/02/comillas1.jpg') no-repeat left top;
padding-left:65px;
padding-top:35px;
}However, I doesn’t work in Firefox browser (just the second image is displayed).
Any suggestions? Thanks in advance!!!
The blog I need help with is: (visible only to logged in users)
- The topic ‘Blockquote images: not displaying in Firefox’ is closed to new replies.