| re: CSS Centered in FF, Safari... not in IE
i think i figured it out... let me know if there's any bugs.... here it is - <html>
-
<head>
-
-
<style type="text/css">
-
-
body {
-
text-align:center;
-
background-color: black;
-
}
-
-
#container {
-
margin: 0 auto; /* align for good browsers */
-
text-align: left; /* counter the body center */
-
position:relative;
-
width:1009px;
-
height:800px;
-
margin-left: auto;
-
margin-right: auto;
-
}
-
-
-
</style>
-
-
-
</head>
-
<body>
-
-
<DIV id="container" class="container>
-
<DIV style="position: absolute; top:0px; left:0px; width:00px; height:0px;">
-
<table>
-
<tr>
-
<td><img src="entirepage3.jpg" alt="About Us Pic" name="aboutus">
-
-
</td>
-
</tr>
-
</table>
-
</DIV>
-
-
<div style="position: absolute; top:290px; left:300px; width:0px; height:0px;">
-
<table>
-
<tr>
-
<td><object><param name="allowfullscreen" value="true" >
-
<param name="allowscriptaccess" value="always" >
-
<param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=890103&server=www.vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1">
-
<embed src="http://www.vimeo.com/moogaloop.swf?clip_id=890103&server=www.vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1"
-
type="application/x-shockwave-flash"
-
allowfullscreen="true" allowscriptaccess="always" width="400" height="240">
-
</embed>
-
</object>
-
</td>
-
</tr>
-
</table>
-
</DIV>
-
</DIV>
-
-
-
-
-
</body>
-
-
</html>
Last edited by eWish; July 2nd, 2008 at 03:47 AM.
Reason: Fixed code tags
|