Stefan Nagtegaal schrieb:
> Op 1-sep-2006, om 18:05 heeft Jim Davis het volgende geschreven:
> 
>> I am trying to use blind down and blind up with a div that is hidden
>> when the page loads.
>>
>> My demo: http://www.jimdavis.us/demos/whidbey/blindtest.html
>>
>> The blind up and blind down functions were working great until I added
>> the rule display: hidden to the addText div in order to have the div
>> out of view when the page loads. As you can see from the demo,
>> clicking 'View Additional Text" makes the div snap into view rather
>> than scroll into view.
>>
>> Is there a way to have the page load with the addText div hidden and
>> have it scroll into view when the link is clicked?
>>
>> See Stefan's IFX demo here: http://interface.eyecon.ro/demos/ 
>> ifxblind.html;
> Jim, try using display: none;.
> I'm not convinced that is "the right way"(tm) but, overhere it worked  
> over and over again..
> 
> 
> /me confused

There's no value "hidden" for the display property. You have confused 
that with the visibility property.

No need to be confused ;-)


-- Klaus


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to