Author: M.J Date:2013 年 2 月 9 日
Author: M.J Date:2013 年 2 月 9 日
关于 PhotoBroad 主题,是本人第二个主题,前一个主题 IA Themtes就是残废,这次相对来说,要好了那么一点点,其实就是在瞎折腾,小弟是刚来玩WP,自己也是慢慢熟悉。望各位体谅体谅。。。 .focus { position:relative; width:500px; height:300px; overflow:hidden; margin:0px auto 15px; border:1px solid #ccc; } .focus ul { position:absolute; width:500px; height:300px; overflow:hidden; } .focus ul li { float:left; width:500px; height:300px; overflow:hidden; position:relative; background:#000; } .focus ul li div { position:absolute; overflow:hidden; } .focus .btnBg { position:absolute; width:500px; he [...]
记得 Long Long ago 就碰到这问题了。以前度娘解决了,没有记下,今天在次碰到了,于是又度娘了。。。所以度娘后 ,我决定记下。。。。 在中文版Chrome里面,网页CSS里所有小于12px的字体设置都无效,最终将显示12px。这样弄的本意可能是好的,因为中文一旦小于12px,就变得不易阅读。 但中文版Chrome也会阅读英文网站啊!中文网页里面也会有英文的小字体设置需求啊!尤其是一些文字部份的设计,不小实在不好看,影响整个排版的美观。 解决方案,添加一个私有属性到html选择器: html{-webkit-text-size-adjust: none;} 顾名思义, 禁用Webkit内核浏览器的文字大小调整功能。