Previous Message
Next Message

problem with table rows

Sent by Paul Kahl on 30 January 2006 22:10


____________________________________
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 that cellspacing is not yet an attribute of CSS. As a rule, I
always put cellspacing="0" and cellpadding="0" in my table declarations, and
handle actual padding in cells from inside the CSS. 

Thus:

<table class="mapSearch" cellspacing="0" cellpadding="0">

Paul Kahl
Web Developer 
"An object at rest cannot be stopped!"
______________________________________________________________________
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: