Tuesday, September 27, 2005, 2:44:58 PM, jleonard wrote:
> Which is better for wide spread use; a frameset with a scrollbar or the
> CSS overflow: scroll?

CSS overflow can give you the look of a frameset, but not the behavior;
when the user hits the next page, all the CSS scrolling sections will jump
to the top, and there's no way to 'sniff' or affect scroll position with
Javascript either.

So if you're going for a design where scroll positions need to persist
from page to page, you probably should rethink the design.

AFAIK, the only notable browser that can't do overflow scrolling at all is
IE/mac.

Steve
-- 
http://mrclay.org/ : http://thefrenchhorns.com/

______________________________________________________________________
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