Click to See Complete Forum and Search --> : floating items - HELP


kieranplatt
01-09-2003, 03:56 AM
Can anyone suggest a modification to this script that will always float the item to the bottom of the browser window, regardless of browser size.

http://www.javascriptsource.com/bgeffects/persistent-layer.html

I've tried changing the line
var topMargin = 100;
to
var topMargin = window.innerHeight - 20;

but then the floating item just sits at the top of the screen and doesn't float. Any modification or new script would be much appreciated.

regards

Kieran

gil davis
01-09-2003, 05:58 AM
Have you tried contacting the author?
<!-- Original: Eddie Traversa (psych3@primus.com.au) -->
<!-- Web Site: http://dhtmlnirvana.com/ -->