Ok, the CSS trick described in the documentation works.

Thank you
Alberto

On 5/20/07, Alberto Simões <[EMAIL PROTECTED]> wrote:
> Hi
>
> I am using
>   function myShow(widget) {
> setDisplayForElement("table-row",getElement(widget)); }
>   function myHide(widget) { setDisplayForElement("none",getElement(widget)); }
> to hide and show table rows.
>
> But it seems not to be portable for IE 7. I am not sure what is IE 7
> problem, but in the error message it says something like the element
> not having the display property.
>
> Any hints in how to make this portable?
>
> Kind regards,
> Alberto
> --
> Alberto Simões
>


-- 
Alberto Simões

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to