Hello,
This page has a simple example of a slidedown area with 2 links, each
with different methods of sliding
http://reenie.org/test/jquery/t2.php
method1 is $("#slidewrapper").slideToggle("slow");
method2 is $("#slidewrapper").toggle("slide", { direction: "up" },
1000); using jquery-ui
In the first effect, the entire box is always visible while it is
sqeezed or expanded. In the second effect, the box maintains its size
as it slides in and out of view.
The first effect works well in Firefox and IE, The second works well in
FF, but has problems in IE and Safari.
In IE and Safari, before the box starts to slide up or down, it suddenly
snaps to position left:0px, ignoring the position of right:80px; Then
when it is done sliding, it snaps back to right:80px;
How do I get this to stop snapping out of position in these 2 browsers?
Red
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" 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/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---