If you use this method (which I think is the best visually), be careful on
your 'action' page.  Different browsers treat the 'visibility:hidden' form
elements in a different manner.  In some browsers, that 'hidden' section is
sent with the form.  In other browsers, that section is considered 'not
there' and thus those values are not sent.

This will require extra attention to paraming, and the sort.

Good luck,
William 

-- 
William E. Seiter
 
Have you ever read a book that changed your life?
Go to: www.winninginthemargins.com
Enter passkey: goldengrove
 
Web Developer 
http://William.Seiter.com

-----Original Message-----
From: Azadi Saryev [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 08, 2007 10:46 PM
To: CF-Talk
Subject: Re: greying out part of a form

instead of 'greying out' parts of form and making your users scroll 
up/down past these disabled elements, consider putting conditional parts 
of your form in a div (or some other container) and hiding/un-hiding 
them as needed.  you can do this by changing displayand/or visibility 
style attributes of the container div.

-- 

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293016
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to