No That does not work either View source at http://www.archaeolibrary.com/Gezer/Center2/Center.html
Works on windows firefox fine but IE is still over the the left. Its a Flex issue not a Css issue. Somehow Flex is overriding the Css I have tried every combination. very puzzling ? Dan --- On Sat, 12/12/09, claudiu ursica <[email protected]> wrote: From: claudiu ursica <[email protected]> Subject: Re: [flexcoders] IE Div Tags somehow blocked on html page To: [email protected] Date: Saturday, December 12, 2009, 9:56 AM I believe you are looking at margin: 0px auto; instead of margin:auto; margin-left: auto ; margin-right: auto ; C. From: Dan Pride <danielpride@ yahoo.com> To: Flex Coders <flexcod...@yahoogro ups.com> Sent: Sat, December 12, 2009 4:49:13 PM Subject: [flexcoders] IE Div Tags somehow blocked on html page The margin div tags (and others) outside the flex objects are somehow not working. All attempts to center the page do not work on IE but do work on all other browsers. A <CENTER> tag (last resort) somehow blocs presentation of Flex This Works </head> <body><CENTER> <div class="Page" > <p>XXXXXXXXXXXX< /p> </div> </body> </html> But if you add the Flex Object rather than the text (XXXXX) the page comes up blank ??? This Css centering should work but does not. http://www.archaeol ibrary.com/ Gezer/Center/ Center.html Whats going on here? Dan Pride

