开发者

In javascript, can I determine the ACTUAL padding of a table cell?

Can I determine the actual padding in effect for a cell?

I know about style.leftPadding, for example, but AFAICT that only reflects a padding value that was explictly set with in-line styling or javascript. It do开发者_运维知识库es not seem to reflect padding that was applied by style sheets.

I also know about clientWidth and offsetWidth, but I don't think those are useful either.

Thoughts?


you can get the table cell padding(inner) by document.all.youtableid.cellPadding

or you can move through the every cell by dom and get the padding

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜