Previous Message
Next Message

problem with table rows

Sent by Marty Martin on 30 January 2006 18:06


I have a table that looks like this (shortened for email)-

<table class="mapSearch">
	<tr>
		<td class="left"><img src="images/google-map/house-green-white.png"
width="16" height="16" alt="" /></td>
		<td class="left"><input type="checkbox" name="green" value="green" /></td>
		<td class="left"><label>< $100,000</label></td>
	</tr>
	<tr>
		<td class="left"><img src="images/google-map/house-blue-white.png"
width="16" height="16" alt="" /></td>
		<td class="left"><input type="checkbox" name="blue" value="blue" /></td>
		<td class="left"><label>$100,000 - $199,999</label></td>
	</tr>
	</table>

My styles for the table are--

table.mapSearch {
	border-collapse: collapse;
	margin: 0 auto;
}
table.mapSearch input {
	border: 0 none;
}
table.mapSearch tr {
	height: 20px;
}

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?

http://www.roanokehousehunter.com/

Thanks!
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: