Sun, 2004-11-21 15:54
Hello,
Is it possible to have the scroll bar on the far right control a certain element?
I guess I can't explain it well, but basically i want to take out the scrollbar in the picture and have the normal position for the scroll bar control the text as in the page i'm working on here:
http://jadecrux.com/cory/sunset/index.htm
is there a way to do this? is it just bad design in how i have this set up? thanks.
Sun, 2004-11-21 16:59
#1
Re: Scrolling Placement
Arzaic wrote:
... is it just bad design in how i have this set up?
try this for starters:
div#text { padding: 0; margin: 0; width: 400px; .... }
cheers!
Sun, 2004-11-21 17:06
#2
Scrolling Placement
that works, but its not what i'm getting at. sorry. I basically want the body scroll bar to control the text scroll in the div#text (which i want to keep at a width of 300px). is this possible?