Skip to main content

Bug Tracker

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.

Attachments (0)
Change History (2)

Changed April 15, 2008 11:22AM UTC by vishwakarma. comment:1

$("#wrapper1").css("top","500"); // doesn't works.

Changed April 15, 2008 01:35PM UTC by scott.gonzal comment:2

resolution: → worksforme
status: newclosed

Setting top using .css() works; make sure you're also setting the position properly.