随笔分类 - CSS
摘要:CSS3 BackgroundsCSS3 contains a few new background properties, which allow greater control of the background element. In this chapter you will learn h
阅读全文
摘要:What are CSS Sprites? To summarize: the term "sprites" comes from a technique in computer graphics, most often used in video games. The idea was that
阅读全文
摘要:Transitions provide a change from one state to another, while animations can set multiple points of transition upon different keyframes. Transitions d
阅读全文
摘要:CSS3 transitions allows you to change property values smoothly (from one value to another), over a given duration. How to use css3 transitions? To cre
阅读全文
摘要:今天,面试了阿里巴巴,在这里写下自己的一点收获和经验。地点:西安时间:阿里面试预约的10:30,我不到10点到了,然后10就让我开始面试了过程:工作人员念到我的名字。进去,是一个大厅,估计有10 排10列,每一个小桌子前有一个面试官。坐下,面:“简单介绍一下你做过什么项目。”(很直接,我之前面试的公...
阅读全文
摘要:首先,层叠采用以下重要度次序:标有!important的用户样式标有!important的作者样式作者样式用户样式浏览器/用户代理应用的样式然后,根据选择器的特殊性决定规则次序。选择器的分成四个成分等级:a、b、c、b如果样式是行内样式,那么a=1b等于ID选择器总数c等于类、伪类和属性选择器数量d...
阅读全文
摘要:做前端多年,虽然不是经常需要hack,但是我们经常会遇到各浏览器表现不一致的情况。基于此,某些情况我们会极不情愿的使用这个不太友好的方式来达到大家要求的页面表现。我个人是不太推荐使用hack的,要知道一名好的前端,要尽可能不使用hack的情况下实现需求,做到较好的用户体验。可是啊,现实太残酷,浏览器...
阅读全文
摘要:inline-block 前世今生 作者:一丝 | 时间:2012-08-15 19:23 曾几何时,display:inline-block 已经深入「大街小巷」,随处可见 「display:inline-block; *display:inline; *zoom:1; 」这样的代码。如今现代浏...
阅读全文

浙公网安备 33010602011771号