2012年11月4日 星期日

CSS table align

1.  This is a simple solution, but in IE didn't work, you can see the reference for
more technique.

2. Solution::
  .center {
    margin-left:auto; 
    margin-right:auto;
  }


Reference:
http://www.granneman.com/webdev/coding/css/centertables/

沒有留言:

張貼留言