1 Reply Latest reply: Sep 10, 2009 3:36 PM by BearHNC RSS

    having page centering issue in IE

    BearHNC Community Member

      Hello,

      I wnat my pagess to stay centered and they were working in but now they are not viewing correctly in IE, they view just fine in Firefox and Safari (big surprise) here is my code, can anyone tell me if I am missing something crucial to make IE view the page correctly?

      Thanks in advance,

       

      <!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

      <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

      <head>

      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><meta name="keywords" content="modular mining, modular mining systems, modular, mmsi, modular mining system,</title>

      <script language="javascript">AC_FL_RunContent = 0;</script>

      <script src="AC_RunActiveContent.js" language="javascript"></script>

       

      <style type="text/css">

      <!--

      body {

      margin-top: 0px;

      -->; background-image: url(images/gradientRepeat.jpg);

      background-color: #3C4852;

      background-repeat: repeat-x;

      }

      #container {

      width: 775px; /* to fit in an 800px wide browser */

      margin: 0 auto; /* no top or bottom margin and auto left-right */

      border: solid 1px #000000;

       

      }

       

      </style></head>

      <div id="container">

      <body>

      <!--url's used in the movie-->

      <!--text used in the movie-->

      <!-- saved from url=(0013)about:internet -->

       

       

      <script language="javascript">

      if (AC_FL_RunContent == 0) {

      alert("This page requires AC_RunActiveContent.js.");

      } else {

      AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0','widt h','775','height','625','id','ModularWebsite','align','middle','src','ProgressBar','qualit y','high','bgcolor','#cccccc','name','ModularWebsite','allowscriptaccess','sameDomain','al lowfullscreen','true','pluginspage','http://www.macromedia.com/go/getflashplayer','movie', 'ProgressBar' ); //end AC code

      }

      </script>

      <noscript>

      <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="775" height="625" id="ModularWebsite" align="middle">

        <param name="allowScriptAccess" value="sameDomain" />

        <param name="allowFullScreen" value="true" />

        <param name="movie" value="ProgressBar.swf" />

        <param name="quality" value="high" />

        <param name="bgcolor" value="#cccccc" />

        <embed src="ProgressBar.swf" quality="high" bgcolor="#cccccc" width="775" height="625" name="ModularWebsite" align="middle" allowscriptaccess="sameDomain" allowfullscreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />

      </object>

      </noscript>

      </body>

      </html>