Christian Haugan Toldnes wrote: > (Aug 11 2005 16:06) Morten Nilsen wrote: > >>Christian Haugan Toldnes wrote: >> >>>http://www.trustix.org/component/option,com_wrapper/Itemid,67/ >> >>the contentpane div needs to be made more dynamic (or 100%) with regards >>to height, just looks plain silly as it is now. > > > On a more serious note: Won't that depend upon the tool displaying the > page collected in 1 batch, rather than displaying it as results come in > as today? I'm not a web developer so I have no idea if this makes sense, > but the height probably should be determined by the search result, and > if so the search results needs to be served at the same time, no?
well, no, not really... if you remove the overflow on the div, the browser would fit the div to the content as the page loaded... if you set the div to fill the page, then it will only get a scrollbar once the content outgrows the div.. same, if you set it to have max-height: something;, (non-ie browsers) will grow it to max before overflowing and adding scrollbars. Cheers, -- Morten _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
