swan lin's Library tagged → View Popular
23 Jan 08
CSS语法由三部分构成:选择器、属性和值:_鑫源----百宝箱
-
记得写引号
提示:如果值为若干单词,则要给值加引号:
p {font-family:"sans serif";} -
多重声明:
提示:如果要定义不止一个声明,则需要用分号将每个声明分开。
- 12 more annotations...
简单学习了解CSS的选择器 、属性、值-CSS技术应用-CSS教程-微笑在线
-
HTML有标签,CSS有选择器。选择器是给内部和外部样式里面的样式命名。
-
每个选择器都有属性在{}里面
- 6 more annotations...
11 Jan 08
段正淳的css笔记(6)-浅谈css框架开发
at Taobao.com UED Team
-
css框架的开发顺序
-
a) 格式化 reset.css
格式化css的真正好处是能够快速启动工作,你可以在新的HTML文件里引入框架,不用再处理重置padding 和 margins,实现统一的排版、浏览器下的相同表现。
- 7 more annotations...
CSS Web Design
我爱CSS-Web标准化 Div+css教程
A Link 链接的rel、target属性详解
- CSS Web Design 我爱CSS
-
rel还有一个与之对应的属性叫rev,这两个属性的意思分别是:从源文档到目标文档的关系;从目标文档到源文档的关系。这里的源文档可以理解为链接所处在的当前文档,而目标文档也就是这个链接将要打开的文档。
13 Dec 07
CSS: Block and Inline elements
-
- Block
- Takes up the full width available, with a new line before and after (display:block;)
-
- Inline
- Takes up only as much width as it needs, and does not force new lines (display:inline;)
- 1 more annotations...
Floatutorial: Some definitions
-
The initial containing block is the entire width and height of your web page - including parts of the page that are outside the viewport
Box model
-
- Content area: The 'background' property of
the generating element. - Padding area: The 'background' property of
the generating element. - Border area: The
border properties of the generating element. - Margin area: Margins are always transparent.
- Content area: The 'background' property of
The Box Model - CSS - ILoveJackDaniels.com
-
Any HTML element can be considered a box, and so the box model applies to all HTML (and XHTML) elements.
-

- 9 more annotations...
由浅入深漫谈margin属性
-
何谓参考线?参考线就是margin移动的基准点,此基准点相对于box是静止的。而margin的数值,就是box相对于参考线的位移量。
-
top和left的参考线属于一类,right和bottom的参考线属于另一类
- 3 more annotations...
Selected Tags
Related Tags
Sponsored Links
Ads by Google
Top Contributors
Groups interested in css
Related Lists on Diigo
-
Interoperability and The Quest For A Universal File Format
Bookmarked pages related to...
Items: 11 | Visits: 238
Created by: Gary Edwards
-
web design
web design,user-ability,fri...
Items: 36 | Visits: 307
Created by: swan lin
-
Web Design Inspiration - Mixed Showcases
Items: 56 | Visits: 265
Created by: webfruits
Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »
Join Diigo


