I have a css problem with fieldset and wondering if you can help?
I have a set of fields with a width less than the width of its contents.
I want the field to display a horizontal scrollbar as the content is too large, but it only works in IE and not in Firefox.
Thanks in advance.
Eric
This is html
<fieldset style=" width:150px; overflow:scroll;" > <div style="width:200px; height:50px; background:red;"> Contents... </div> </fieldset>
Eric
source share