Heyyyyyyyy, I'm trying to get my swf to call a js function that will move my div out of view. To get it to stay at the bottom I'm using fixed positioning. I'm having problems with a couple of things: 1. The javascript code to change the div style from fixed to absolute and then move it -1000 2.Getting the red background to cover the entire width of the screen but keep the main part of the swf to stay the same size.
I don't use flash. But why do you change the position from fixed to absolute to get the div to move. Normally, only get the position absolute is enough to activate left or top properties. Then use setTimeout method to get it move. Here's a demo on how to get div to move. http://www.pagecolumn.com/javascript/settimeout.htm