|
Posted by Chaddy2222 on February 28, 2007, 11:25 pm
Please log in for more thread options
show/hide quoted text
> Hello,
> Is there a way to have a div positioned to the top right of a page and
> always visible regardless of the scrolled position to the vertical
> length of the page?
> This would of course be without javascript, just pure css...
Well, yes and know, you could try floating it right and give the object a
position fixed, but that particular CSS property is not well supported by
many web browsers.
--
Regards Chad.
http://freewebdesign.cjb.cc
|
> Is there a way to have a div positioned to the top right of a page and
> always visible regardless of the scrolled position to the vertical
> length of the page?
> This would of course be without javascript, just pure css...