Hi, I am right now trying to make a edit layout  system.

basicly I want to know how I can use jquery to  grab the height width
and position elements are at.

Cause I plan to make in the edit mode to allow users to move like
images and tables and texts around on the layout and even change
background images and add more artistic images for their profiles.

I will add also a music player.

So I need to know how I can grab all positions height and width of
each element on my layout and then store that data.

I am planning to make databases for users where I will store their
edited stuff.

So I need the x  and  y position of where the elements are at and also
the height and width. Some told me I should  just grab what  css
element of height and width and top and left of the elements using
javascript.

What would you suggest on how I should do it?

Can I do it using jquery or no???

Thanks for your time.

Reply via email to