Note that there are some explanatory texts on larger screens.

plurals
  1. PODiv is not 100% inside the frame
    primarykey
    data
    text
    <p>I have two objects inside the frame (Table and Div). Below of the table there is a gray bar. Please guide me why gray bar width is not coming 100% to end of the page. If you scroll the frame to the right, you will notice the gray bar is half of the table. How can I make it exactly the same width as table? Note: I cannot use pixel. Table and Div both should be in in percentage.</p> <p>Fiddle : <a href="http://jsfiddle.net/awaises/78Zfa/" rel="nofollow">http://jsfiddle.net/awaises/78Zfa/</a></p> <p><strong>CSS:</strong> </p> <pre><code>.frame{ overflow-x: scroll; width:100%; } .gray-bar{ background:#cdcdcd; padding:6px 0; width:100%; height: 20px; } </code></pre> <p><strong>HTML:</strong></p> <pre><code> &lt;div class="frame"&gt; &lt;table border="1" width="100%"&gt; &lt;tr&gt; &lt;td&gt;Nam luctus&lt;/td&gt; &lt;td&gt;Nam luctus sem sit amet&lt;/td&gt; &lt;td&gt;Nam luctus sem sit amet fermentum tincidunt&lt;/td&gt; &lt;td&gt;Nam luctus&lt;/td&gt; &lt;td&gt;Nam luctus sem sit amet&lt;/td&gt; &lt;td&gt;Nam luctus sem sit amet fermentum tincidunt&lt;/td&gt; &lt;td&gt;Nam luctus&lt;/td&gt; &lt;td&gt;Nam luctus sem sit amet&lt;/td&gt; &lt;td&gt;Nam luctus sem sit amet fermentum tincidunt&lt;/td&gt; &lt;td&gt;Nam luctus&lt;/td&gt; &lt;td&gt;Nam luctus sem sit amet&lt;/td&gt; &lt;td&gt;Nam luctus sem sit amet fermentum tincidunt&lt;/td&gt; &lt;td&gt;Nam luctus&lt;/td&gt; &lt;td&gt;Nam luctus sem sit amet&lt;/td&gt; &lt;td&gt;Nam luctus sem sit amet fermentum tincidunt&lt;/td&gt; &lt;td&gt;Nam luctus&lt;/td&gt; &lt;td&gt;Nam luctus sem sit amet&lt;/td&gt; &lt;td&gt;Nam luctus sem sit amet fermentum tincidunt&lt;/td&gt; &lt;td&gt;Nam luctus&lt;/td&gt; &lt;td&gt;Nam luctus sem sit amet&lt;/td&gt; &lt;td&gt;Nam luctus sem sit amet fermentum tincidunt&lt;/td&gt; &lt;td&gt;Nam luctus&lt;/td&gt; &lt;td&gt;Nam luctus sem sit amet&lt;/td&gt; &lt;td&gt;Nam luctus sem sit amet fermentum tincidunt&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;div class="gray-bar"&gt;Edit | Delete&lt;/div&gt; </code></pre> <p></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.
 

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