November 18, 2008 by wpeters
Posted in
Viewing with Firefox, the Features fieldset within Search Listing block does not have scroll bars, so if my left side region is less than 230, the fieldset with Features pushes out into the design.
Any idea how to avoid this?
Hi , This is probably a CSS
Hi ,
This is probably a CSS issue. Because your side bar it smaller than the fieldset you might try using the "overflow:auto;" for your sidebar div or class. This should put a scroll bar if there's an overflow.
Thanks, I added that to the
Thanks, I added that to the sidebar div.
In Firefox, it did not add the scroll bar unless the term was longer. It also did not allow the fieldset to expand into the main content area, which is good, but ideally, it would have been nicer to behave as in IE which has the whole fieldset shown.
Ironic - whish Firefox behaved as in IE? Never thought I'd say that!
Thanks for the suggestion.