Just discover that when coding the following into style sheet:


table {
  border-collapse: collapse;
}
th, td {
  position: relative;
  border: 1px solid #eee;
}

In Firefox 3, top and right borders of each table cell will disappear.

In IE 7, borders could not collapse.

Don’t know why this happened, need to do a little bit more research.

Tagged with:
 

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>