24、实例 resize

来源:互联网 发布:知乎 软件下载安卓 编辑:程序博客网 时间:2024/06/16 00:47
<!doctype html><html><head><meta charset="utf-8"><title>resize</title><style type="text/css">div{width:235px;height:209px;padding:10px;margin:10px;border:2px solid #333;}#wall1{box-sizing:content-box;}#wall2{box-sizing:border-box;resize:both;overflow:hidden;-o-resize:both;}</style></head><body><div id="wall1" ><img src="images/style0.gif" style="border:1px dashed #000"></div><div id="wall2" ><img src="images/style0.gif" style="border:1px dashed #000;"></div></body></html>

0 0
原创粉丝点击