|
Posted by Rijk van Geijtenbeek on May 23, 2005, 4:25 pm
Please log in for more thread options
> Dear Friends
>
> The follwing code works well in IE .
> -------------------------------------------
>
..
<div
> STYLE="overflow-y:auto;height=100%;width=100%;border-color:red;border:solid">
Use : instead of =, that might help:
height:100%; width:100%;
Furthermore, "overflow-y" is a non-standard MSIE extension to CSS. Use
"overflow" instead. IIANM, Firefox 1.1 will support "overflow-y" though.
--
Get Opera 8 now! Speed, Security and Simplicity.
http://my.opera.com/Rijk/affiliate/
Rijk van Geijtenbeek
|