Hi,
Sorry, If I have sent this mail to wrong group.New to firefox development.
I have a query regarding display of listbox with overflow:scroll .
Consider the below code snippet:-
<select size="4" style="overflow: scroll;">
<option value="1">One</option>
<option value="2">Two</option>
<option value="3">Three</option>
<option value="4">Four</option>
<option value="5">Five</option>
<option value="6">Six</option>
</select>
As per my understanding when an element has overflow:scroll, it displays
both horizontal and vertical scrollbar i.e.
<html><body>
<div style="overflow:scroll"></div>
</body></html>
For this code firefox displays both horizontal and vertical scrollbar.
But for listbox with overflow:scroll it display only vertical scrollbar.
So does firefox make any exception for listbox.
Any pointers will be helpful.
Regards,
-Antaryami
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout