Posted by David Dorward on 07/07/06 07:09
sunilp wrote:
> .rttopdiv {
> left: expression(document.body.scrollLeft + document.body.clientWidth -
> 35);
> top: expression(document.body.scrollTop) ;
> }
> How do i simulate this behaviour for Mozilla firefox?
position: fixed;
top: 0;
left: 35px;
(Assuming your code does what I think it does).
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Navigation:
[Reply to this message]
|