hi! please help me! i have a flash (swf) object 1080x560px, and i would like to put it on a html page. BUT, i would like to be center on top, bottom, right, left on any browser.... please, anyone who knows???? thank you...........
i find and i 've tried something. whats wrong now??
here is the code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>CSS vertical center using float and clear</title> <style type="text/css">
* { margin:0; padding:0; }
html, body { height:100%; }
body { background-color:#7F7F7F; color:#FFFFFF; font:100.01%/1.4 sans-serif; text-align:center; /* horizontal centering for IE Win quirks */ }