Re: takeFormValuesFromRequest problem
Re: takeFormValuesFromRequest problem
- Subject: Re: takeFormValuesFromRequest problem
- From: Mike Schrag <email@hidden>
- Date: Wed, 14 May 2008 08:24:20 -0400
Correct me if I'm wrong but display:none removes the element from
the DOM tree. Why don't you use visibility:hidden instead?
It doesn't remove from the DOM, rather it removes from the render tree
so it doesn't have any flow side effects ... visibility:hidden causes
the element to reflow the page, but it just doesn't draw its contents
within its bounding box, which is usually not really desirable.
ms
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden