Click here to Skip to main content
15,885,915 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i want change location table with Coordinate (x,y)
Posted
Comments
AmitGajjar 24-Apr-13 1:20am    
Not correctly formulated question.

1 solution

JavaScript
tableObj = document.getElementById('tableObj');
tableObj.style.paddingTop = x; 
tableObj.style.paddingLeft = y; 
 
Share this answer
 
Comments
Rockstar_ 24-Apr-13 1:12am    
yes...
Anderso0on 24-Apr-13 14:52pm    
thanks :)
but if i want change poisiton border too , how do this ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900