function des html jquery result html() 获取元素中HTML内容 <div id="box" style="color:red"> <strong>www.ycku.com</strong> <p>www.ppp.com</p></div> alert($('#box').html()); <strong>www.ycku.com</stro…
http://www.w3cplus.com/css3/building-a-circular-navigation-with-css-transforms.html 本文由陈毅根据SARA SOUEIDAN的<BUILDING A CIRCULAR NAVIGATION WITH CSS TRANSFORMS>所译,整个译文带有我们自己的理解与思想,如果译得不好或不对之处还请同行朋友指点.如需转载此译文,需注明英文出处:http://tympanus.net/codrops/2013/08/…
一.盒模型 一个web页面由许多html元素组成,而每一个html元素都可以表示为一个矩形的盒子,CSS盒模型正是描述这些矩形盒子的存在. MDN的描述: When laying out a document, the browser's rendering engine represents each element as a rectangular box according to the standard CSS basic box model. CSS determines the si…