[CSS] 图像热点之夜

Night of Image Map

Figure 1 of this article
“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设计技术带回人间……”

By Stuart Robertson 2005-02-10 11:10:30 Read(3541) Comments(3)

[CSS] 创建各栏同高的多栏布局

Faux Columns

A simple way to make CSS columns appear equal in length, regardless of the content that they contain.
一个让多栏布局的每一个竖栏都一样高的简易方法,无论栏内的内容是多是少。

By Dan Cederholm 2005-02-09 13:40:13 Read(2791) Comments(1)

[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)使我们可以把内容区域从浏览器的边缘推开,给侧边栏留出空位。一个不错的布局方法,逆向思维永远会给我们带来惊喜。

By Ryan Brill 2005-02-08 15:44:11 Read(1904) Comments(0)

[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的解释不同引起一些表现上的差异。

By Shark 2005-01-16 19:41:14 Read(2880) Comments(9)

Page: 1 2 3