Scrolling in tables?
#1
Posted 19 August 2005 - 01:19 AM
Thanks
#2
Posted 19 August 2005 - 03:59 AM
Your problems maybe solved by looking at the ultimate slicing guide.
http://www.slicingguide.com
written by Faken.
Edited by syndrome, 19 August 2005 - 04:01 AM.
#3
Posted 19 August 2005 - 04:05 AM
anyways. well you know how you make a template then go save for web it putsa it in tables. if you go over the table argins it screws it up. i just want to put a scroll bar in it.
I want it for my website.
www.maxx-designs.net
#4
Posted 19 August 2005 - 10:28 AM
EDIT: do you mean the gradient is screwing up? if so then thats a graphic problem. again use iframes and put this :
<style type="text/css">
body{
background-image: url(image.gif);
background-repeat: no-repeat;
}
</style>
Any body else feel free to offer a solution.
Edited by syndrome, 19 August 2005 - 10:41 AM.
#5
Posted 19 August 2005 - 02:27 PM
http://www.pixel2lif...showtopic=10903
#6
Posted 19 August 2005 - 05:07 PM
#7
Posted 20 August 2005 - 11:10 AM
syndrome, on Aug 19 2005, 08:28 AM, said:
<table> <tr> <td> <div style="width:100px; height:100px; overflow:auto;"> <!-- CONTENT GOES HERE --> </div> </td> </tr> </table>Basically just add that div tag into the cell you want to have the scroll bar, then adjust the height and width as neccessary.
p.s. i swear this question has be answerd 1,000 times, how come nobody thought of it??
Edit: correction, coolaid beat me to the punch (which is sorta ironic if you think about that sentance for a little bit). He got the exact thread i was thinking about
Edited by rc69, 20 August 2005 - 11:11 AM.
#8
Posted 20 August 2005 - 06:12 PM
#9
Posted 20 August 2005 - 09:11 PM
but now, if you dont wanna switch to divs, add the styles into the td of the table. e.g.
<table> <tr> <td style="width:100px;height:100px;overflow:auto;"> <!-- CONTENT GOES HERE --> </td> </tr> </table>
#10
Posted 21 August 2005 - 03:51 PM
#11
Posted 21 August 2005 - 03:59 PM
Maxx-Designs, on Aug 21 2005, 05:51 PM, said:
#12
Posted 21 August 2005 - 04:01 PM
Maxx-Designs, on Aug 21 2005, 09:51 PM, said:
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
