scroll e table

« Older   Newer »
 
  Share  
.
  1.     +1   -1
     
    .
    Avatar

    Group
    Fuonder
    Posts
    13,511
    Reputation
    +83

    Status
    Offline
    Scroll
    Verticale

    CODICE
    <div style="overflow:auto; height:100px;">CONTENUTO</div>

    CODICE
    <div style="width:200px;height:100px;overflow-y: scroll; border:1px solid black;">CONTENUTO</div>


    Verticale e orizzontale
    CODICE
    <div style="width:200px;height: 80px; overflow-x:  scroll; overflow-y:  scroll;border:1px solid black;">
    <table cellpadding="4" cellspacing="1" width="120%" border=0>CONTENUTO</table>
    </div>



    Table
    CODICE
    <table>
    <tr>
    <td>CONTENUTO</td>
    <td><div style="overflow:auto; height:100 px; width: 200 px">CONTENUTO</div></td>
    </tr>
    </table>
     
    Top
    .
0 replies since 29/9/2013, 11:11   11 views
  Share  
.