[CSS] 图像热点之夜
Night of Image Map
“I decided to go back into the laboratory and see if I could use the modern science of CSS to bring this web design technique back to life...”
“所以我决定重返实验室看看是否能用CSS这个现代科学把图像热点这种web设计技术带回人间……”
[CSS] 创建各栏同高的多栏布局
Faux Columns
A simple way to make CSS columns appear equal in length, regardless of the content that they contain.
一个让多栏布局的每一个竖栏都一样高的简易方法,无论栏内的内容是多是少。
[CSS] 利用负值的外补丁创建液态布局
Creating Liquid Layouts with Negative Margins
Negative margins allow us to push the content area away from the sides of the browser, leaving room for the sidebar.
负值外补丁(margin)使我们可以把内容区域从浏览器的边缘推开,给侧边栏留出空位。一个不错的布局方法,逆向思维永远会给我们带来惊喜。
[CSS] 一个比较完美的spacer div技巧
A wonderful "spacer div" trick
A Spacer-Div-Trick,better than most we are using.
为了解决浮动元素引起父元素无法获得高度的问题,我们一般在子元素的最后加上一个Spacer Div(clear:both)。但是IE和Mozilla对div的解释不同引起一些表现上的差异。