[css-d] img pushed to the left when it's supposed to be centered in...you guessed it...IE6

2008-11-20 Thread Scott Thigpen
On all my image template pages the main image is shoved to the left http://www.sthig.com/folio/portfolio_detail/wicked_witch_of_the_west/ How do I tell IE6 to center that? Here is my css http://www.sthig.com/?css=sthig/style/ thanks guys! -- S c o t t T h i g p e n Illustrative Designer

Re: [css-d] img pushed to the left when it's supposed to be centered in...you guessed it...IE6

2008-11-20 Thread David Laakso
Scott Thigpen wrote: On all my image template pages the main image is shoved to the left http://www.sthig.com/folio/portfolio_detail/wicked_witch_of_the_west/ How do I tell IE6 to center that? Here is my css http://www.sthig.com/?css=sthig/style/ It is not to the left in IE/6.

Re: [css-d] img pushed to the left when it's supposed to be centered in...you guessed it...IE6

2008-11-20 Thread David Laakso
Scott Thigpen wrote: David, I fixed that but it's still not centering even in the CSS where I have img.push { display: block; margin-left: auto; margin-right: auto } is that not right? http://www.sthig.com/folio/portfolio_detail/wicked_witch_of_the_west/

Re: [css-d] img pushed to the left when it's supposed to be centered in...you guessed it...IE6

2008-11-20 Thread David Laakso
http://www.sthig.com/folio/portfolio_detail/wicked_witch_of_the_west/ Should read: #inContent { border: 1px solid red; -- 4 position only text-align: center; -- add } __ css-discuss