css 限定GridView宽度并加上滚动条
网站建设 2023-01-28 21:38www.1681989.com免费网站
采用如下的样式
marg:auto;
width:98%;
overflow:scroll;
_height:expression(this.scrollHeight>365?"365px":"auto");
复制代码
代码如下:marg:auto;
width:98%;
overflow:scroll;
_height:expression(this.scrollHeight>365?"365px":"auto");