W dniu 2011-02-20 15:21, jeremy pisze:
Try to use Effect.Morph (http://madrobby.github.com/scriptaculous/effect-morph/)I have a div, with a variable height of, let's say, for example, 1000px. I want the div to be "half-hidden" : when the page is loaded I want to see a 400px height Then I click on a link "show the full div", and the hidden 600px are shown
On page load set for div height 400px and overflow hidden
On click call morph effect:
$('yourDiv').morph('height: 1000px');Greets Jusuff -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en.
