[thelist] Re: scrolling part of a page

Michael Harrington mike0351 at bellsouth.net
Thu Mar 3 11:10:45 CST 2005


You may want to check out AJScroller at
http://navsurf.com/dhtml/ajscroller/

AJScroller is a versatile cross-browser, cross-platform DHTML scroller 
that can be configured to scroll vertically or horizontally.

 >scrolling part of a page
 >Dave Merrill dmerrill at usa.net
 >Wed Mar 2 16:23:55 2005
 >
 >
 >Basic question here, from a recovering IE addict (several years spent on a
 >latest-IE-only intranet)...
 >
 >Is there any cross-browser way, other than frames or iframes, to make part
 >of the page scroll vertically only, with no horizontal scrollbar?
 >
 >For IE only, you can use a fixed width and height div with styling like
 >this:
 >  overflow-x: hidden;
 >  overflow-y: scroll;
 >But overflow-x and -y are IE-specific; only the overall overflow attribute
 >is standards compliant and supported by Firefox/Opera/Moz/etc.
 >
 >Any other way to do this without frames or iframes?
 >
 >Thanks,
 >
 >Dave Merrill





More information about the thelist mailing list