Css value problem
Css value problem
hey friend i am using the latest jquery and jquery ui version
my problem is that when i change the e.g a box on screen like drag it to a new position or resize it it happens but when i refresh the page it is back to its normal position ...........
what i want to do is retain the new position and save it to my css file and also
1. i want to add a div tag using jquery (which i can do) e.g <div id="box"></div>
2. then i want to add/append a css rule in my css file e.g #box{ } using jquery or php or ajax
3. then i want to add the property and values using jquery $('#box').css(width : 200px) and also to retain it and save it to my css file
4.i want the new values when i drag resize or perform other actions on any element and store it in variables
5.and retain the new look when the page is refreshed.
please any help would be greatly appreciated.. thank you