[css-d] problem with table rows

2006-01-30 Thread Marty Martin
I have a table that looks like this (shortened for email)- table class=mapSearch tr td class=leftimg src=images/google-map/house-green-white.png width=16 height=16 alt= //td td class=leftinput type=checkbox name=green value=green //td td

Re: [css-d] problem with table rows

2006-01-30 Thread Kenny Graham
Add margin-top: 0; margin-bottom: 0; to your table.mapSearch input rule __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org --

Re: [css-d] problem with table rows

2006-01-30 Thread Paul Kahl
When I view this in IE, the table rows seem to have the correct height, whereas in FF they seem to have too much height. Can someone explain to me how to get the height to display in FF like it does in IE? Don't forget