I'm using mochikit's suggestion for making elements invisible. It
works just fine for Firefox, but IE will make all the elements
invisible except for the last one "deck_estimator". The error the
browser says: "Object doesn't support this property or method." Any
suggestions why Firefox is good to go, but IE freaks only on that one
method?
RemodelingCostEstimator.prototype.initialize = function () {
connect('deck_link', "onclick", this, 'showEstimate');
makeInvisible(form_warning);
makeInvisible(down_arrow);
makeInvisible(contact_info);
makeInvisible(down_arrow2);
makeInvisible(deck_estimator);
makeVisible(main);
};
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---