Note that there are some explanatory texts on larger screens.

plurals
  1. POIE8 CSS Text Spacing Issue
    primarykey
    data
    text
    <p>I'm running into a CSS text justify issue in ie8 and need to create a ie8 specific rule to address the issue, but haven't been able to figure it out.</p> <p>The page &amp; text is supposed to look like so: <a href="http://tinyurl.com/d3va35m" rel="nofollow noreferrer"><strong>Link to Page</strong></a> (Use modern browser like Chrome / Safari / Firefox).</p> <p>Img attached showing ie8 messed up spacing.<img src="https://i.stack.imgur.com/NzslD.jpg" alt="enter image description here"></p> <p><strong>CSS</strong></p> <pre><code>/*Fancybox Gallery Divs*/ #thumbs { width: 960px; margin-top:20px; margin-left: auto; margin-right: auto; text-align: justify; -ms-text-justify: distribute-all-lines; text-justify: distribute-all-lines; } #thumbs a { vertical-align: top; display: inline-block; *display: inline; zoom: 1; } .stretch { width: 100%; display: inline-block; font-size: 0; line-height: 0 } /*Descriptions*/ #desc-wrapper { width: 960px; padding-top: 5px; margin-left: auto; margin-right: auto; text-align: justify; -ms-text-justify: distribute-all-lines; text-justify: distribute-all-lines; } .description { float:left; width: 320px; // Increase/decrease width for margin between images height: 25px; text-align: center; margin-bottom: 30px; } .clear { clear:both; } </code></pre> <p><strong>HTML</strong></p> <pre><code>&lt;!--/ Photo Thumbs Row 1--&gt; &lt;div id="thumbs"&gt; &lt;a id="single_image" href="/bp/images/roscoes-run.jpg"&gt;&lt;img src="/bp/images/roscoes-run(thumb).jpg" alt=""/&gt;&lt;/a&gt; &lt;a id="single_image" href="/bp/images/roscoes-run-2.jpg"&gt;&lt;img src="/bp/images/roscoes-run-2(thumb).jpg" alt=""/&gt;&lt;/a&gt; &lt;a id="single_image" href="/bp/images/chicken-waffles.jpg"&gt;&lt;img src="/bp/images/chicken-waffles(thumb).jpg" alt=""/&gt;&lt;/a&gt; &lt;span class="stretch"&gt;&lt;/span&gt; &lt;/div&gt; &lt;!--/ Description--&gt; &lt;div id="desc-wrapper"&gt; &lt;div class="description"&gt;Roscoe's Run 2012&lt;/div&gt; &lt;div class="description"&gt;Roscoe's Run 2012&lt;/div&gt; &lt;div class="description"&gt;Roscoe's Run 2012&lt;/div&gt; &lt;div class="clear"&gt;&lt;/div&gt; &lt;/div&gt; &lt;!--/ Photo Thumbs Row 2--&gt; &lt;div id="thumbs"&gt; &lt;a id="single_image" href="/bp/images/mens-retreat-2012.jpg"&gt;&lt;img src="/bp/images/mens-retreat-2012(thumb).jpg" alt=""/&gt;&lt;/a&gt; &lt;a id="single_image" href="/bp/images/winter-retreat-2012.jpg"&gt;&lt;img src="/bp/images/winter-retreat-2012(thumb).jpg" alt=""/&gt;&lt;/a&gt; &lt;a id="single_image" href="/bp/images/new-years-eve-2012.jpg"&gt;&lt;img src="/bp/images/new-years-eve-2012(thumb).jpg" alt=""/&gt;&lt;/a&gt; &lt;span class="stretch"&gt;&lt;/span&gt; &lt;/div&gt; &lt;!--/ Description--&gt; &lt;div id="desc-wrapper"&gt; &lt;div class="description"&gt;Men's Retreat 2012&lt;/div&gt; &lt;div class="description"&gt;Winter Retreat 2012&lt;/div&gt; &lt;div class="description"&gt;New Year's Eve 2012&lt;/div&gt; &lt;div class="clear"&gt;&lt;/div&gt; &lt;/div&gt; </code></pre>
    singulars
    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