I'mtryingtocreateabarliketheonethatappearsintheimage,thebarthathasproductetc.Ihavethefollowingcode:
<divid="topcart">
<thead>
<tr>
<th>ISBN</th>
<th>Book</th>
<th>Price</th>
<th>Quantity</th>
<th>Subtotal</th>
<th> </th>
</tr>
</thead>
</div>
Then in CSS I have the following;
#topcart{
overflow: hidden;
display:block;
}
But you're not doing anything. is not the overflow that causes the bar to appear as in the image?