Thanks, for the speedy reply. The reason I have the margins set almost equally is so that I keep it centered over the watermark img. Here's the wiki that recommends this: http://css-discuss.incutio.com/?page=CenteringBlockElement
Per your second reply, are you talking about the bullet images stretching horizontally. It seems to be an arbitrary thing when refreshing the browser. I need to figure that problem out as well;-( [EMAIL PROTECTED] wrote: > Scott: > [EMAIL PROTECTED] wrote: > >> http://videointegrations.com/serenity/procedure_relax_pleasure.html >> http://videointegrations.com/serenity/layout.css >> >> On this particular page, I forget what the fix is with IE6 on >> centering a div? My #middletext div centers with the margin-left & >> -right at equal percentages, in every other browser that I know of. I >> looked to the wiki, but it restated what I've done. >> >> -- >> Thank, >> scott >> > Add a wrapper div around your middletext, and then add the following CSS. > > So: > > <div class="wrapper"> > <div class="middletext"> > > [-snip-]Your code[-/snip] > > <div><!--Middletext--> > </div><!--Wrapper--> > > .wrapper { > text-align: center; > margin: auto; > } > > .middletext { > text-align: left; > } > > You don't need the margin-left/margin right bit, as far as I remember. > > Cheers, > Rahul > ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
