栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 面试经验 > 面试问答

什么是最有用的媒体=“打印”特定的,跨浏览器兼容的CSS属性?

面试问答 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

什么是最有用的媒体=“打印”特定的,跨浏览器兼容的CSS属性?

当我需要制作页面的可打印版本时,会使用著名的A列表分开的文章CSS设计:要打印和这篇文章。有一些常用标签,但是很大程度上取决于您使用的CSS模型(以及容器填充和边距):

body {   background: white;   font-size: 12pt;   }#menu {   display: none;   }#wrapper, #content {   width: auto;   margin: 0 5%;   padding: 0;   border: 0;   float: none !important;   color: black;   background: transparent none;   }div#content {   margin-left: 10%;   padding-top: 1em;   border-top: 1px solid #930;   }div#mast {   margin-bottom: -8px;   }div#mast img {   vertical-align: bottom;   }a:link, a:visited {   color: #520;   background: transparent;   font-weight: bold;   text-decoration: underline;   }#content a:link:after, #content a:visited:after {   content: " (" attr(href) ") ";   font-size: 90%;   }#content a[href^="/"]:after {   content: " (http://www.alistapart.com" attr(href) ") ";   }


转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/420969.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号