Side navigation
#2691 closed bug (worksforme)
Opened April 15, 2008 11:21AM UTC
Closed April 15, 2008 01:35PM UTC
"top" property of the "CSS" object does not exists
Reported by: | vishwakarma.mukesh26 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.4 |
Component: | core | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
every div element should have a top property. If someone wants to
dynamically position a div tag. He will not be able to do so.
$("#wrapper1").css("top","500"); // doesn't works.