Jump to content

overflow


taith

Recommended Posts

anyone wanna take a stab at why my overflow:auto never works?

for example...
[code]
<style>
.test{ height:300px; overflow:auto; }
</style>
<table>
<tr>
  <td

class=test><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>x</td>
</tr>
</table>
[/code]

and i... get no overflow... just me usual table :-( ???
Link to comment
https://forums.phpfreaks.com/topic/33471-overflow/
Share on other sites

[quote]11.1.1 Overflow: the 'overflow' property

'overflow'
    Value:  visible | hidden | scroll | auto | inherit
    Initial:  visible
    Applies to:  non-replaced block-level elements, table cells, and inline-block elements
    Inherited:  no
    Percentages:  N/A
    Media:  visual
    Computed value:  as specified[/quote]
It is suppose to work on table cell's, it's something else causing you that problem.
Link to comment
https://forums.phpfreaks.com/topic/33471-overflow/#findComment-157529
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.