Wednesday, April 22, 2009

HTML td cells not respecting the attribute width

Add to Delicious Digg this links to this post -

#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.

Labels: , ,