最近在做一个资讯站点时候,因为采集的数据,图片不居中,导致界面很不美观,所以需要全局定义下图片输出时候进行居中。
???.content img { ?????max-width:800px;_width:expression(this.width > 800 ? "800px" : this.width); //控制图片整体大小 ?????clear: both; ??????display: block; ??????margin:auto; ????}
测试地址:http://baijia.xuetong365.com/show-36814.html
css全局定位内容图片自动居中
原文地址:https://www.cnblogs.com/68xi/p/9388791.html