View Single Post
Old 01-13-2013, 09:29 PM   PM User | #3
krantenwijk2
New to the CF scene

 
Join Date: Jan 2013
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
krantenwijk2 is an unknown quantity at this point
This is the positioning right?

Code:
		 if(property == 'top') {
            $('#testDiv').css("top",(value));
        }
		else if(property == 'left') {
            $('#testDiv').css("left",(value));
        }
krantenwijk2 is offline   Reply With Quote