Posted by sunilp on 07/07/06 06:42
Hi,
I m designing a web-page wherein i place a div (with z-index greater
than 0) near right-top of frame.
This frame is resizable.When the frame is resized i need to move this
div to changed right-top of the frame.
I used CSS expression to achive this.
CSS expression for div was like this.
..rttopdiv {
left: expression(document.body.scrollLeft + document.body.clientWidth -
35);
top: expression(document.body.scrollTop) ;
}
This is working in IE.
In Mozilla firefox, CSS expression are not supported so this is not
working.
How do i simulate this behaviour for Mozilla firefox?
~Sunil
Navigation:
[Reply to this message]
|