Hi,
I am having a css issue with fieldset and wonder if you could help?
I have a fieldset with width smaller than its content div's width.
I want the fieldset to display a horizontal scroll bar as the content is too wide but it only works in IE's not Firefox.
Thanks in advance.
Eric
This is the html
<fieldset style=" width:150px; overflow:scroll;" >
<div style="width:200px; height:50px; background:red;">
Contents...
</div>
</fieldset>