On Jan 16, 2007, at 6:47 AM, Ron Jonk wrote:

I display and hide a row. When clicking on a link I swap the class of the row from .show {display:block} to .hide{display:none}. In IE it works OK but when I display the hidden row in safari and Firefox the whole row that I display again has the width of the first cell of the row above and the space between the hidden row and the row above grows.

You need to switch between display:none and display:table-row (the default display value for <tr>).

Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com>





*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to