HTML5 css图片自动缩放
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>HTML5 css图片自动缩放</title> <style type="text/css"> .cont{ margin:0 auto; width:600px;} .cont img{max-width: 100%!important; height: auto!important; width:expression(this.width > 600 ? "600px" : this.width)!important;} </style> </head> <body> <div class="cont"> <p><img src="http://onestopweb.cn/product/0f2222f8345433be31a39b6cd0cac073.png"/></p> <p><img src="http://onestopweb.cn/product/100/0f2222f8345433be31a39b6cd0cac073.png"/></p> </div> </body> </html>
效果图:
相关推荐
wusiye 2020-10-23
表格的现在还是较为常用的一种标签,但不是用来布局,常见处理、显示表格式数据。在HTML网页中,要想创建表格,就需要使用表格相关的标签。<table> <tr> <td>单元格内的文字</td> ...
gufudhn 2020-08-09
nercon 2020-08-01
swiftwwj 2020-07-21
nercon 2020-07-16
饮马天涯 2020-07-05
Lophole 2020-06-28
gufudhn 2020-06-12
csstpeixun 2020-06-11
huzijia 2020-06-09
WebVincent 2020-06-06
行吟阁 2020-05-30
qsdnet我想学编程 2020-05-26
gufudhn 2020-05-25
qsdnet我想学编程 2020-05-19
suixinsuoyu 2020-05-15
HSdiana 2020-05-15
PioneerFan 2020-05-15