I believe you are looking at margin: 0px auto; instead of 

margin:auto;
margin-left: auto ;     
margin-right: auto ;

C.




________________________________
From: Dan Pride <danielpr...@yahoo.com>
To: Flex Coders <flexcoders@yahoogroups.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


 


      

Reply via email to