CSS BUG解决方法以及CSS BUG类的小技巧
作者 佚名技术
来源 CSS技术
浏览
发布时间 2012-03-04
bsp;html .container { border-right: 300px solid #FFF; } * html .holder { display: inline-block; position: relative; margin-right: -300px; } As the browser window is resized the outer div width reduces to suit until it shrinks to the border width, at which point it will not shrink any further. The holder div follows suit and also stops shrinking. The outer div border width becomes the minimum width of the inner div. 十二、隐藏水平滚动条 为了避免出现水平滚动条, 在body里加入 overflow-x:hidden . body { overflow-x: hidden; } 当你决定使用一个比浏览器窗口大的图片或者flash时, 这个技巧将非常有用. |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
上一篇: 网页的中英文字体对齐问题的解决下一篇: CSS教程:legend标签设定宽度
关于CSS BUG解决方法以及CSS BUG类的小技巧的所有评论