center a div

  • tastysite
  • Proficient
  • Proficient
  • User avatar
  • Joined: Apr 09, 2008
  • Posts: 349
  • Loc: Brighouse, West Yorkshire, England
  • Status: Offline

Post March 8th, 2009, 10:40 am

Hi im using this css
Code: [ Select ]
 
#wrapper {
    display:block;
    position:relative;
    width:900px;
    height:100%;
    margin:0px auto;
    }
  1.  
  2. #wrapper {
  3.     display:block;
  4.     position:relative;
  5.     width:900px;
  6.     height:100%;
  7.     margin:0px auto;
  8.     }


It works fine in firefox and crome but crashers in IE it ingores my margin:0px auto; code and floats it left! Why is this :?:
^__^
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post March 8th, 2009, 10:40 am

  • spork
  • Brewmaster
  • Silver Member
  • User avatar
  • Joined: Sep 22, 2003
  • Posts: 6130
  • Loc: Seattle, WA
  • Status: Offline

Post March 8th, 2009, 9:38 pm

Code: [ Select ]
body {
margin: 0 auto;
}

div#wrapper {
width: 900px;
}
  1. body {
  2. margin: 0 auto;
  3. }
  4. div#wrapper {
  5. width: 900px;
  6. }
The Beer Monocle. Classy.

Post Information

  • Total Posts in this topic: 2 posts
  • Users browsing this forum: No registered users and 81 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.