Move 2 Scrollbars

Reply

Join Date: Feb 2007
Posts: 1
Reputation: Logan21 is an unknown quantity at this point 
Solved Threads: 0
Logan21 Logan21 is offline Offline
Newbie Poster

Move 2 Scrollbars

 
0
  #1
Feb 23rd, 2007
Hi... Well the problem is that i have 2 divs in my page... and one have 1 horzizontal scrollbar adn the other one have another horizontal scroll bar.. and want that if i move one scroll bar the other one move in the same time... i dont know if this is posible but if anyone can help i will be really gratefull.
THanks.
Reply With Quote Quick reply to this message  
Join Date: Jan 2007
Posts: 3,210
Reputation: MidiMagic has a spectacular aura about MidiMagic has a spectacular aura about 
Solved Threads: 164
MidiMagic's Avatar
MidiMagic MidiMagic is offline Offline
Nearly a Senior Poster

Re: Move 2 Scrollbars

 
0
  #2
Feb 27th, 2007
CSS time!

The overflow attribute of a block element (such as div) can be set in a stylesheet.

HTML and CSS Syntax (Toggle Plain Text)
  1. <style type="text/css">
  2. div {overflow: scroll;}
  3. </style>

You can choose overflow to be visible, hidden, scroll, or auto.
Last edited by MidiMagic; Feb 27th, 2007 at 12:27 am.
Daylight-saving time uses more gasoline
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the HTML and CSS Forum
Thread Tools Search this Thread



Tag cloud for HTML and CSS
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC