Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

centering table

Status
Not open for further replies.

delfy

MIS
Feb 8, 2005
96
JM
i am trying to center a table using this class in my style sheets it work with explorer but not with firefox can someone please tell me why??

.centredtable {margin-left: auto;
margin-right: auto;}
 
Incidentally, if it's not 100% width, then make sure the class on your table is exactly as the class in the CSS (without the leading period) - some browsers are case-sensitive when it comes to IDs and classes.

Dan



[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top