Re: [css-d] help! margin: auto not working as expected

2005-10-07 Thread David Laakso
cody h wrote: i am hoping to get a little help fixing a glitch i don't really understand. the site in question is here: http://www.evergreen.edu/ cody This will center it in ie. body {text-align: center;} #pagecontainer {text-align: left;} aside: Slow load. Image not appearing in ie.

Re: [css-d] help! margin: auto not working as expected

2005-10-07 Thread David Laakso
David Laakso wrote: cody h wrote: i am hoping to get a little help fixing a glitch i don't really understand. the site in question is here: http://www.evergreen.edu/ cody This will center it in ie. body {text-align: center;} #pagecontainer {text-align: left;} aside: Slow load. Image

Re: [css-d] help! margin: auto not working as expected

2005-10-07 Thread Holly Bergevin
From: cody h [EMAIL PROTECTED] http://www.evergreen.edu/ the outermost container's (#pagecontainer) side margins are set to auto, but the container refuses to center in ie6. strangely, it used to work fine, but i can't figure out what might have been done to break it.

[css-d] help! margin: auto not working as expected

2005-10-06 Thread cody h
hi pros, i am hoping to get a little help fixing a glitch i don't really understand. the site in question is here: http://www.evergreen.edu/ the outermost container's (#pagecontainer) side margins are set to auto, but the container refuses to center in ie6. strangely, it used to work fine, but

RE: [css-d] help! margin: auto not working as expected

2005-10-06 Thread Peter Williams
From: cody h http://www.evergreen.edu/ the outermost container's (#pagecontainer) side margins are set to auto, but the container refuses to center in ie6. Cody, That is a FAQ, IE doesn't do margin: auto See the wiki for a workaround/fixup.