Hello
wrap a relative positioned container around your absolute containers and try again
with margin 0 auto
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Adobe Guadalupe</title>
<style type="text/css">
<!--
body {
background-color: #4c483d;
}
#caballos {
position:absolute;
left:0px;
top:0px;
width:700px;
height:380px;
z-index:5;
}
.x{position:relative;margin:0 auto;width:700px;top:91px;}
-->
</style></head>
<body>
<div class="x">
<div id="caballos">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="700" height="380">
<param name="movie" value="intro_00.swf">
<param name="quality" value="high"><param name="BGCOLOR" value="#4C483D">
<embed src="intro_00.swf" width="700" height="380" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" bgcolor="#4C483D"></embed>
</object>
</div>
</div>
</body>
</html>
Bookmarks