Hi all this is in relation to the css and layout wiht EA games

does anyone know why float will not work in ie but it does in ff (quirks 
mode is not on)
css
#MainMenu
   {
    float:left;
    margin-right:3px;
   }
 #CntBody
  {
   Background-Image: URL(../../ws_files/img/All/CntBody.jpg);
   Background-Position: Left;
   Background-Repeat: repeat-y;
   /*Margin:0px;

   */
   margin-left:auto;
   margin-right:auto;
   Padding:0px;
   Width:760px;

  }
 #CntBodyText
  {
   Padding: 10px;
   Width:740px;
  }


xhtml

<div id="CntBody">
   <div id="CntBodyHeader"></div>
   <div id="MainMenu"><img src="ws_files/img/All/MainMenu.jpg" /></div>

   <div id="CntBodyText">
    <h1>Division HQ</h1>
    <h2>Notice</h2>
    <p>textg textg textg textg textg textg textg textg textg textg textg 
textg textg textg textg textg textg textg textg textg

        </p>
    <hr />
    <h2>Notice</h2>
    <p>
        textg textg textg textg textg textg textg textg textg textg textg 
textg textg textg textg textg
      </p>
</div>
</div>


Abyss 

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to