[thelist] unwanted spacing on expanded TDs

Christian Heilmann codepo8 at gmail.com
Mon Aug 14 08:08:02 CDT 2006


> I have a table for a side nav that is 1 column by several rows:
> http://hhp.umd.edu/studentservices/includes/test.html

this is a very common problem with MSIE. You could set a height to the
TD for MSIE6 and overwrite it for real^H^H^H^H CSS browsers:

td{height:1px;}
html>body td{height:auto;}

-- 
Chris Heilmann
Book: http://www.beginningjavascript.com
Blog: http://www.wait-till-i.com
Writing: http://icant.co.uk/



More information about the thelist mailing list