Side navigation
#3188 closed bug (invalid)
Opened July 25, 2008 09:10AM UTC
Closed July 28, 2008 02:39PM UTC
the Effect Method Animate can't change the height -css -attibute.
Reported by: | frontview | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | core | Version: | 1.2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
it seems use the statement as follows:
$("#divid").animate({height:"+=80px"},1000);
or
$("#divid").animate({height:"200px"},1000);
has no effect or it doesn't work.
The line you point out says:
hight instead of __height__.
Check that out, if that is the problem.. you really made a lose valuable time here.
Please reply or close if done.