how do I put the center of an .swf in the center of a web browser?
hey,
i have wide flash page, main portion of in center
of .swf. question how make center of .swf in center
of web browser when user resizes browser, center of stage stays in center of browser? right has left side of .swf aligned
left edge of browser center of .swf being cut off
the right edge of browser , users have scroll right see
main portion of site...i'm sorry if that's confusing,
at appreciated. thanks!
dave
i have wide flash page, main portion of in center
of .swf. question how make center of .swf in center
of web browser when user resizes browser, center of stage stays in center of browser? right has left side of .swf aligned
left edge of browser center of .swf being cut off
the right edge of browser , users have scroll right see
main portion of site...i'm sorry if that's confusing,
at appreciated. thanks!
dave
hi,
try following code in css file - #wrapper { margin: 0 auto auto auto;}
where #wrapper id of main div tag in body of html page.
also, write body {text-align:center;} in css file , try it.
gaurav
www.gauravchandra.com
try following code in css file - #wrapper { margin: 0 auto auto auto;}
where #wrapper id of main div tag in body of html page.
also, write body {text-align:center;} in css file , try it.
gaurav
www.gauravchandra.com
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment