| | How can i get div templates for websites? |
| | |
| | http://www.irockstarz.com/ |
| | |
| | |
| | http://www.aerocharm.com/ |
| | |
| | |
| | , i can design what they look like and change the colors , i just like how they have it centered, im tired of absoute positioning making my stuff look crappy , so can any one help??? |
| | |
| | |
| |  |
| | |
| | |
| | I have a div in my aspx page.Inside the div user will able to add some rows.While user add some rows it will get saved in sql.after added in database, the page will get freshly loaded from the server.when page is loading i need the div position at where the user added the row. |
| | |
| | |
| | when the user Saves the information, do something like this:
var divPosX = document.getElementById('usersRows').style.PosX;
var divPosY = document.getElementById('usersRows').style.PosY;
(i can't remember exactly how its done, but its possible)
|
No comments:
Post a Comment