> Bob Schwartz

> Couldn't  the "if floated" solution be considered a hack? :-}
> 
> It is starting to sound as if my reasons for using one table 
> once-and- 
> awhile are still valid and that there are still some height issues  
> with divs.

If you're floating or absolutely positioning things, a table cell
won't help you either. Are you just after an equivalent of

<td align="center"> 

which would equate to something like

div#container { text-align: center; } /* for IE */
div#container whatever { margin: 0 auto; width: whatever; text-align: left; )

?

As aleady noted on this thread, centering does not necessarily
need floating in a CSS world...

P
________________________________
Patrick H. Lauke
Web Editor / University of Salford
http://www.salford.ac.uk
________________________________
Web Standards Project (WaSP) Accessibility Task Force
http://webstandards.org/
________________________________
******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to