本文介绍了如何在像素asp.net中降低表的高度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

即使我在脚本端将值设置为5px,''表''的高度也不会降低。它的大小与11px相同。

我的代码:



The height of a ''table'' is not reducing even if I set the value to 5px in script side. Its size remains same with 11px.
My code:

.style5
        {
            width: 150px;
            height: 11px;
            z-index: 1;
            left: 44px;
            top: 1px;
            position: absolute;
        }





如何降低高度?

问候。



How to reduce the height?
Regards.

推荐答案



这篇关于如何在像素asp.net中降低表的高度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-21 07:48