Note that there are some explanatory texts on larger screens.

plurals
  1. POCSS problem in IE
    text
    copied!<p>I have the following code:</p> <pre><code>DIV&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt; &lt;DIV id="namesClass" style="WIDTH: 700px"&gt; &lt;UL style="MARGIN-LEFT: 0px! important; LIST-STYLE-TYPE: none! important"&gt; &lt;LI style="PADDING-RIGHT: 5px; FLOAT: left"&gt;Construction hotel&lt;/LI&gt; &lt;LI style="PADDING-RIGHT: 5px; FLOAT: left"&gt;Associations hotel&lt;/LI&gt; &lt;LI style="PADDING-RIGHT: 5px; FLOAT: left"&gt;Hotels &amp;amp; Resorts&lt;/LI&gt; &lt;LI style="PADDING-RIGHT: 5px; FLOAT: left"&gt;Publishers - Directory &amp;amp; Guide hotel&lt;/LI&gt; &lt;LI style="PADDING-RIGHT: 5px; FLOAT: left"&gt;Advertising Specialties hotel&lt;/LI&gt; &lt;LI style="PADDING-RIGHT: 5px; FLOAT: left"&gt;Cameras hotel&lt;/LI&gt; &lt;LI style="PADDING-RIGHT: 5px; FLOAT: left"&gt;Photographic Equipment &amp;amp; Supplies&lt;/LI&gt; &lt;LI style="PADDING-RIGHT: 5px; FLOAT: left"&gt;Premium Goods &amp;amp; Gift&lt;/LI&gt; &lt;LI style="PADDING-RIGHT: 5px; FLOAT: left"&gt;Air Conditioning Equipment &amp;amp; Systems hotel&lt;/LI&gt; &lt;LI style="PADDING-RIGHT: 5px; FLOAT: left"&gt;Alcohol hotel&lt;/LI&gt; &lt;/UL&gt;&lt;/DIV&gt; &lt;/TD&gt;&lt;TD vAlign="bottom"&gt;&lt;DIV id="moreClass"&gt;&lt;SPAN&gt;&lt;A href="javascript:addClassifications();"&gt;More...&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt; </code></pre> <p>the problem is: when the li's content is longer than the div's width, the content breaks down but not starting a new line. You can see the result when testing in IE. Firefox and others seem okay. Any help please?</p>
 

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