On 26.08.2005 17:33, Steve Clay wrote:
Thursday, August 25, 2005, 12:21:03 PM, ross wrote:

Is there a way to force scrolling in either vertical or horizontal
direction and not automatically in both?


overflow-x and overflow-y (CSS3)
http://www.w3.org/TR/css3-box/#the-overflow-x
Supported already by IE/win, will be in FF1.5

Steve

Supplement:

For Mozilla you may/might use:

 -moz-scrollbars-horizontal:
  Indicates that horizontal scrollbars should appear.
 -moz-scrollbars-vertical:
  Indicates that vertical scrollbars should appear.
 -moz-scrollbars-none:
  Indicates that no scrollbars should appear.


Reference:
http://www.xulplanet.com/references/elemref/ref_StyleProperties.html
http://www.communitymx.com/content/article.cfm?cid=528A0


I don't think that Safari or Opera is supporting any equivalent.



Regards,
Uwe Kaiser


--
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to