> Anyone have any success making an element's attribute > ("display") to be > visible or invisible. > It sets the value from "none" to "inline" correctly but it does > not display > the change(still invisible).
The dynamic update of the 'display' property is not done yet. For new, to toggle an element's visibility, you can use: 'visibility: hidden' and 'visibility: visible' Thierry. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]