Overflow i firefox
Jeg har denne tabel, hvor jeg skal have lavet noget overflox på min div som jeg gør følgende:Det virker fint i IE, men FF dutter min overfow ikke..
Nogen som vil hjælpe?
<table border="0" cellpadding="0" cellspacing="0" style="height:100%;width:100%;border-top:1px solid #002D96;">
<tr>
<td style="height:24px;background-image:url('images/backhead.gif');border-bottom: 0px solid #000000;color:#FFFFFF;padding-left: 4px;font-family: arial; color: white; font-weight: bold;font-size: 12px;">Startside</td>
</tr>
<tr>
<td style="padding-left:5px;">
<div style="overflow:auto;height:100%;">
<p> asdf qwer asdf </p>
<p> asdf qwer asdf </p>
<p> asdf qwer asdf </p>
<p> asdf qwer asdf </p>
<p> asdf qwer asdf </p>
<p> asdf qwer asdf </p>
<p> asdf qwer asdf </p>
<p> asdf qwer asdf </p>
<p> asdf qwer asdf </p>
<p> asdf qwer asdf </p>
<p> asdf qwer asdf </p>
</div>
</td>
</tr>
</table>
