PDA

View Full Version : Flash to dreamweaver!



huckwalton
November 5th, 2006, 11:41 AM
I'm sorry if this post doesn't belong but it's about a dreamweaver doc. with a swf in it.

My background image is positioned around my swf specificly. But when a browser window is resized the swf goes with it offseting it from the background image. Does anyone know how to keep the swf static as the page resizes?
Thank you.

noTime
November 5th, 2006, 12:21 PM
Use CSS property background-position (http://www.w3schools.com/css/pr_background-position.asp). background-position: top center may do the trick.

huckwalton
November 6th, 2006, 12:09 AM
thanks noTime. I think I've reavaluated my problem.

I need the background image to follow the SWF.
Any suggestions?