Log In · Register

 
Table Scroll?
funride
post May 25 2009, 09:36 PM
Post #1


Funride.org
*****

Group: Member
Posts: 326
Joined: Jul 2007
Member No: 542,299



I dont like the way my layout looks tiled, so I need to make it scroll.
Can someone tell me how?
 
 
Start new topic
Replies
alek
post May 26 2009, 03:20 PM
Post #2


Member
**

Group: Official Designer
Posts: 10
Joined: Oct 2008
Member No: 692,614



css for a basic scrolling div

CODE
<style type="text/css">

.scroll {
    width:200px;
    height:200px;
    overflow:auto;
}

</style>


html for the div within a table

CODE
<table>
  <tr>
    <td>
      <div class="scroll">

        text text text text text

      </div>
    </td>
      <div class="scroll">

        text text text text text

      </div>
    </td>
  </tr>
</table>

 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: