文章归档

The Art & Science of CSS

目录:

Chapter 1 Headings
Hierarchy
Identity
Image Replacement
Flash Replacement
Summary

Chapter2 Images
Image Galleries
Contextual Images
Further Resources
Summary

阅读更多 »

Share

130+个 Web设计工具,让你成为更优秀的设计师

Web设计的初学者还是游刃有余的资深设计师,可能一些合适的设计工具总能给你带来很多意外的收获,虽然它们功能单一,也并不是那么的光鲜耀眼,但在Web设计过程中,你总需要它们及时的帮助,减少不必要时间上的浪费。这是 Mashable 搜集的130+个 Web设计工具,涵盖了从初学者到高级Web设计人员需要的各种工具和资源,让你的工作更快更好更从容。

初学者资源

阅读更多 »

Share

CSS样式表修改

在修改Blog则边栏现在看图说明不一示.

下面这个文档在主题的 样式表 (style.css)

/*+++++++ CONTENT +++++++*/
#content { float:left; width:580px; padding-right:10px; line-height:160%;}
#content img {margin:0 10px 5px 0;}
#sidebar { float:right; width:400px; }
.boxes {background:url(images/line.png) bottom repeat-x; padding-bottom:10px; padding-top:10px;} 

//修改padding-bottom:30px 就可以正常显示了.

Share
Page 1 of 11