我如何在网页中更改位置表? [英] how i can change location table in web page?

查看:70
本文介绍了我如何在网页中更改位置表?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我希望用坐标(x,y)更改位置表

解决方案

 tableObj =  document  .getElementById('  tableObj'); 
tableObj.style.paddingTop = x;
tableObj.style.paddingLeft = y;


i want change location table with Coordinate (x,y)

解决方案

tableObj = document.getElementById('tableObj');
tableObj.style.paddingTop = x; 
tableObj.style.paddingLeft = y; 


这篇关于我如何在网页中更改位置表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆