tokidoki.it shop

2008年06月1日 分类: 工具资源的

tokidoki.it shop

tokidoki.it shop

tokidoki.it shop

more

推荐的CSS书写顺序

2008年05月30日 分类: 网页开发的

//显示属性

display
list-style
position
float
clear

//自身属性

width
height
margin
padding
border
background

//文本属性

color
font
text-decoration
text-align
vertical-align
white-space
other text
content

LinKin Park-Meteora

2008年05月29日 分类: 影音娱乐的

linkin park

经同学介绍开始去听linkin park,04年买的专辑,4年断断续续一直在听他们的作品,不管老的还是出的混音。颇为喜欢的是那首Numb还有那MTV。

html页面制作原则

2008年05月28日 分类: 网页开发的

1、正确地使用html标记对文档内容做出准备而恰当的描述。

2、移除CSS保证文档的显示内容依然有可访问性。

3、尽量移除文档中的样式(CSS)元素,做到结构和表现的分离,使文档无”杂质”。

4、在确保跨浏览器的显示能保持一致时尽量少用hack。