Re: [css-d] div won't center in IE6

2008-10-06 Thread Ingo Chao
Scott Thigpen wrote:
> My site http://sthig.thigpendesigns.com/index.php/ has a problem with the
> div id="content" not centering in IE6.  I don't know what gives, can someone
> help me out (it just shifts to the left)
...
> nevermind, I fixed it.  it was the text align=center trick

The  -> IE6=quirks mode -> text-align:center = 
centering of blocks-trick? :)

Ingo

-- 
http://www.satzansatz.de/css.html
http://www.dolphinsback.com
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] div won't center in IE6

2008-10-06 Thread Scott Thigpen
Hi,

My site http://sthig.thigpendesigns.com/index.php/ has a problem with the
div id="content" not centering in IE6.  I don't know what gives, can someone
help me out (it just shifts to the left)

my code is
#content {
background-repeat: no-repeat;
background-position: right top;
margin-right: auto;
margin-left: auto;
color: white;
background-color: #a8aa6b;
width: 820px;
}

and here is the rest of the CSS
http://sthig.thigpendesigns.com/index.php?css=sthig/style/

thanks!
Scott

S c o t t  T h i g p e n
Illustrative Designer
art: http://www.sthig.com
design: http://www.thigpendesigns.com
photos: http://www.giantgreenjungle.com
Phone: 770.527.3958
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/