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

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

什么是最有用的媒体=“打印”特定的,跨浏览器兼容的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) ") ";   }


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5061862.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-11-16
下一篇 2022-11-16

发表评论

登录后才能评论

评论列表(0条)

保存