Edward McCarroll wrote: > I have a database-driven web app that displays one div for each record, in a > situation where I need the divs to stay on the same horizontal plane, > regardless of window size or how many divs there are. > > Can somebody clue me in to a CSS (or whatever) trick that forces a div > scroll instead of wrapping? > > Regards, > > Ed
If the div exceeds the width of the viewport producing a horizontal scrollbar, then floating the div will expand the div to fully enclose the content. -- Alan http://css-class.com/ Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
