Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
HI can some one help me with using scroll bars
Old 02-09-2010, 07:54 AM HI can some one help me with using scroll bars
Junior Talker

Posts: 4
Name: stephen belcher
Trades: 0
Hi can some one help me I have a problem with getting to colems with images on the left and right of a page and the images link to the centre with a larger image. I need to make the colems scroll down to gether or to get the centre to stay and the to colems move down when you scroll down with the scroll bar on the right of the page can some one help me with this please it is making me confused.
sb210 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-09-2010, 08:49 AM Re: HI can some one help me with using scroll bars
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Quote:
please it is making me confused
Not just you either!!


What exactly IS your question??
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 02-09-2010, 10:02 AM Re: HI can some one help me with using scroll bars
Experienced Talker

Posts: 43
Trades: 0
I think he means something, at least this is what i can make of his text like:
He wants to attach 1 scroll-bar to 2 columns (div's?) so the 2 columns scroll simultaneously, but i can be wrong.
TheSir is offline
Reply With Quote
View Public Profile
 
Old 02-10-2010, 05:21 AM Re: HI can some one help me with using scroll bars
Junior Talker

Posts: 4
Name: stephen belcher
Trades: 0
HI TheSir sorry yes that is it can you help me.
sb210 is offline
Reply With Quote
View Public Profile
 
Old 02-10-2010, 07:25 AM Re: HI can some one help me with using scroll bars
Experienced Talker

Posts: 43
Trades: 0
Check:
http://www.dynamicdrive.com/forums/a...hp/t-9758.html

There's a example of what you mean. I tried that example and it works, this should get you started.
TheSir is offline
Reply With Quote
View Public Profile
 
Old 02-10-2010, 08:19 AM Re: HI can some one help me with using scroll bars
Junior Talker

Posts: 4
Name: stephen belcher
Trades: 0
HI thanks for your help on this i,ll give it a go.
sb210 is offline
Reply With Quote
View Public Profile
 
Old 02-11-2010, 09:39 PM Re: HI can some one help me with using scroll bars
Super Talker

Posts: 142
Name: William
Trades: 0
I think (don't take my word on it)
you can create 3 divs, 1 to contain the other 2
so like in the html it wold be:

Code:
.scroll_column {
background:none; 
width:200px;
height:500px;
overflow:auto;
}
#column1 {
background:#FFFFFF;
width:95px;
/*leave height out*/
float:left;
}
#column2 {
background:#FFFFFF;
width:95px;
/*leave height out*/
float:right;
}
obviously you put your own code in, with the code above, you would have a 10px margin/book fold in the middle.

and the html would simply be

Quote:
<div class="scroll_column">
<div id="column1">
text goes here and once it takes up more than 500px in height, it will scroll
</div>
<div id="column2">
text goes here and once it takes up more than 500px in height, it will scroll
</div>
</div>
confirmed, it works online example here: (only leave it on for about 5 days)
http://uuilliam.net/example.html


you could always simply replace "column2" with "column1" if you want them to both appear the same

Last edited by UUilliam; 02-11-2010 at 09:57 PM..
UUilliam is offline
Reply With Quote
View Public Profile
 
Old 02-19-2010, 01:55 PM Re: HI can some one help me with using scroll bars
Junior Talker

Posts: 4
Name: stephen belcher
Trades: 0
HI thanks for your help on this. Do you think I can do this with images as I have to put some images in and the scroll columns have to go one on the left and one on the right with a table in the centre that a image will go have you any ideas thanks for your help on this.
sb210 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to HI can some one help me with using scroll bars
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.26079 seconds with 12 queries