Posted by Neredbojias on 12/04/06 14:55
To further the education of mankind, "HDI" <hdinf@hotmail.com> vouchsafed:
> Hi,
>
> How do i get a scrolling div in firefox, works in IE but what should I
> do to make it work in firefox?
>
> <table>
> <tr>
> <td><div style="width=300px; height=100px; overflow=auto;">
This:
<div style="width=300px; height=100px; overflow=auto;">
wrong semantics.
Should be:
<div style="width:300px; height:100px; overflow:auto;">
....and is preferably placed in a head css section or stylesheet.
--
Neredbojias
Infinity has its limits.
Navigation:
[Reply to this message]
|