Note that there are some explanatory texts on larger screens.

plurals
  1. POCSS Pullquote with images
    primarykey
    data
    text
    <p>I'm trying to make a style for a pullquote that includes an image at the top left and bottom right corners of the div. My current solution is working in Safari, but in Firefox, only the end quote displays, although the space for the beginning quote is there.</p> <p>This is the CSS and HTML: </p> <p><div class="snippet" data-lang="js" data-hide="false" data-console="false" data-babel="false"> <div class="snippet-code"> <pre class="snippet-code-css lang-css prettyprint-override"><code>div.pullquote-right{ width: 200px; background-image: url(../img/quote_right.png); background-repeat: no-repeat; background-position: bottom right; padding-right: 40px; font-size: 1.5em; font-weight: regular; color: #a8ada4; letter-spacing: 4px; float: right; text-indent: -50px; margin-top: 10px; margin-bottom: 10px; margin-left: 50px; font-family: Georgia; } div.pullquote-right:first-letter{ background-image: url(../img/quote_left.png); background-repeat: no-repeat; padding-left: 40px; }</code></pre> <pre class="snippet-code-html lang-html prettyprint-override"><code>&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi vitae nisi vel tellus pellentesque egestas quis vitae tortor. Nam volutpat felis at dui aliquet vestibulum. Integer vitae erat vel massa tincidunt placerat. Nam ornare aliquam est, vitae imperdiet.&lt;/p&gt; &lt;div class="pullquote-right"&gt;&amp;nbsp;Etiam eu vestibulum lorem. Fusce sollicitudin&lt;/div&gt; &lt;p&gt;Etiam eu vestibulum lorem. Fusce sollicitudin ultricies malesuada. Etiam nec dolor in erat sodales molestie vitae ut ligula. Ut in tortor neque. In ut magna lectus. Aliquam </code></pre> </div> </div> </p> <p>The images are 40px wide and 31px wide.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload