Google Analytics

Pages

Wednesday, April 22, 2009

HTML td cells not respecting the attribute width

#results {
width: 24em;
table-layout: fixed;
}

table-layout: fixed will resolve the problem.

Sounds straighforward, but have been struggling with this for years until I found this article about 5 rarely used CSS properties on SitePoint.

0 comments:

Share it