What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Tables Overflow Help

Tables Overflow Help
Author: Message:
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
O.P. Tables Overflow Help
Got a left column and then the main bit where all teh info is stored..

i need the main bit to have scroll bars..

code:
<table width="98%" height="200" border="1">
  <tr>
    <td width="24%" valign="top">Left Column</td>
    <td name="main" width="100%" height="200" align="left" valign="top" style="overflow: auto;"> test
    test<br />
    test<br />
    test<br />
    test<br />
    test<br />
    test<br />
    test<br />
    test<br />
    test<br />
    test<br />
    test<br />
    test</td>
  </tr>
</table>

the test bit just keeps on going with no scroll...

ive tried using div tags... but with no success :(

This post was edited on 01-21-2006 at 12:51 PM by Stigmata.
01-21-2006 12:50 PM
Profile PM Web Find Quote Report
Volv
Skinning Contest Winner
*****

Avatar

Posts: 1233
Reputation: 31
34 / Male / Flag
Joined: Oct 2004
RE: Tables Overflow Help
code:
<table width="98%" height="200" border="1">
  <tr>
    <td width="24%" valign="top">Left Column</td>
    <td name="main" width="100%" height="200" align="left" valign="top" style="overflow: auto;">
      <div align="left" style="height: 200px; overflow: scroll;">
test<br />
test<br />
test<br />
test<br />
test<br />
test<br />
test<br />
test<br />
test<br />
test<br />
test<br />
test<br />
test
      </div>
    </td>
  </tr>
</table>
01-21-2006 12:55 PM
Profile PM Find Quote Report
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
O.P. RE: Tables Overflow Help
grrrrr stupid dreamweaver...

works fine when i put it in a browser...


thanks :D
01-21-2006 01:05 PM
Profile PM Web Find Quote Report
user27089
Disabled Account


Posts: 6321
Joined: Nov 2003
Status: Away
RE: Tables Overflow Help
quote:
Originally posted by Stigmata
grrrrr stupid dreamweaver...

works fine when i put it in a browser...


thanks :D

Dreamweaver does that a lot, don't look at your site using the preview area of dreamweaver, open up the .htm files to see, I had the same problem when I used to use dreamweaver for every site I made.
01-21-2006 01:44 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On