I am having a layout problem with IE6 which does not appear in IE7 or Firefox.
   
  http://www.ilsleypubliclibrary.org/databases/index_minimum.html
   
  The CSS is at:
  http://www.ilsleypubliclibrary.org/style_minimum.css  #content gets pushed 
over to the right and is not centered on the page. 
   
  The problem disappears when I replace 
   
  #content {
 position:relative;
 width:580px;
 left:50%;
 margin-left:-290px;
 padding:0px;
 margin-top:5px;
 text-align:left;
}
   
  with 
   
  #content {
  the margin-left:108px;
  }
   
  Thank you for the help.
  Chris
   

 
---------------------------------
Now that's room service! Choose from over 150,000 hotels 
in 45,000 destinations on Yahoo! Travel to find your fit.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to