Log In · Register

 
 
Closed TopicStart new topic
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?
 
theerinkal
post May 25 2009, 09:51 PM
Post #2


Irrisistable Cabbages.
*****

Group: Member
Posts: 549
Joined: Nov 2007
Member No: 589,355



You need to ask dreamgurl36 before editing her layouts unless you have a different layout that you'd like us to help you with.
 
schizo
post May 25 2009, 11:04 PM
Post #3


Senior Member
******

Group: Staff Alumni
Posts: 2,435
Joined: Feb 2007
Member No: 506,205



Are you talking about the one you posted in the showcase booth or the dreamgurl36 one? If it's the one you made, a code or a link would help.
 
alek
post May 26 2009, 03:20 PM
Post #4


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>

 
funride
post May 26 2009, 07:24 PM
Post #5


Funride.org
*****

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



I dont want it to scroll left to right.
I want it to scroll up and down.
 
digitalfragrance
post May 26 2009, 07:27 PM
Post #6


Adobe Addict
******

Group: Staff Alumni
Posts: 1,237
Joined: Mar 2005
Member No: 113,043



^ Then erase the "width: 200px" attribute, and edit the height attribute to your heart's delight.
 
funride
post May 26 2009, 07:29 PM
Post #7


Funride.org
*****

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



That didnt work because there was already a height and when I erased the width it just kept going to the side.
 
digitalfragrance
post May 26 2009, 07:42 PM
Post #8


Adobe Addict
******

Group: Staff Alumni
Posts: 1,237
Joined: Mar 2005
Member No: 113,043



You want it to scroll up and down, right? Is it not scrolling yet? Then make the height attribute smaller than 200px.
 
funride
post May 26 2009, 07:48 PM
Post #9


Funride.org
*****

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



It's still not working.
When I make it smaller...
I dont know.
Just here's my code.
Do you want to try?
CODE
<style type="text/css">

body{background-color: #f4fee5;
background-image:url(http://i40.tinypic.com/28valax.png);
background-image: repeat;
color: #000000;
font-family: century gothic;
font-size: 12px;}

#content{
position: absolute;
overflow: hidden;
top: 370px;
left: 28px;
width: 280px}

.scroll {
width:270px;
height:100px;
overflow:auto;
}

h1{
color:FF0000;
font-family: Georgia;
border: 1px solid; border-color: #FFFFFF;
font-size: 30px}

#banner{
position: absolute;
top: 0px;
left: 0px;
width: 301px}

#content h1 { margin-left: 0px;
text-align: left; }
#content p { margin-left: 0px;
width: 300px; }

#conenttwo{
position: absolute;
overflow: hidden;
top: 10px;
left: 550px;
width: 175px}

#conenttwo h1 { margin-left: 350px;
text-align: left; }
#contenttwo p { margin-left: 350px;
width: 300px; }

#conenttwo h1 { margin-left: 0px;
text-align: left; }



</style>

<div id="banner">
<img src="http://i42.tinypic.com/2euh06w.png">
</div>


<div id="content">

<div class="scroll">
<h1>Heading</h1>
text text text text textadlfkajsdlfhasdlfkjsdfl;jsadfl;kaaksssssssssssssssssssssssssssssssssssssssss
sssssssssssssssssssssssssssssssssss

</div></div>


<div id="conenttwo">
<h1>Heading Here</h1>
<p>Words words words words words. Words words words words words. These are words I want to see if they get cut off? Words words words words words. Words words words words words. Words words words words words. Words words words words words. Words words words words words. Words words words words words</p>
</div>
 
digitalfragrance
post May 26 2009, 07:55 PM
Post #10


Adobe Addict
******

Group: Staff Alumni
Posts: 1,237
Joined: Mar 2005
Member No: 113,043



Well based on the text that you have in your scroll class, I'd say that it isn't enough to scroll. Try putting a lot of text, like this in your paragraph to text it's scroll-ability.
 
funride
post May 26 2009, 07:59 PM
Post #11


Funride.org
*****

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



Alright thanks.
Now it works.
 
manny-the-dino
post May 26 2009, 08:03 PM
Post #12


Senior Member
*******

Group: Administrator
Posts: 8,629
Joined: Jan 2007
Member No: 498,468



Topic Closed & Moved
 

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