CSS:The Definitive Guide

CSS:The Definitive Guide
分享
扫描下方二维码分享到微信
打开微信,点击右上角”+“,
使用”扫一扫“即可将网页分享到朋友圈。
作者:
出版社: O'Reilly
2006-11
ISBN: 9780596527334
装帧: 其他
开本: 其他
页数: 536页
  • "CSS: The Definitive Guide, 3rd Edition," provides you with a comprehensive guide to CSS implementation, along with a thorough review of all aspects of CSS 2.1. Updated to cover Internet Explorer 7, Microsoft's vastly improved browser, this new edition includes content on positioning, lists and generated content, table layout, user interface, paged media, and more.  Simply put, Cascading Style Sheets (CSS) is a way to separate a document's structure from its presentation. The benefits of this can be quite profound: CSS allows a much richer document appearance than HTML and also saves time -- you can create or change the appearance of an entire document in just one place; and its compact file size makes web pages load quickly.  "CSS: The Definitive Guide, 3rd Edition," provides you with a comprehensive guide to CSS implementation, along with a thorough review of all aspects of CSS 2.1. Updated to cover Internet Explorer 7, Microsoft's vastly improved browser, this new edition includes content on positioning, lists and generated content, table layout, user interface, paged media, and more. Author Eric Meyer tackles the subject with passion, exploring in detail each individual CSS property and how it interacts with other properties. You'll not only learn how to avoid common mistakes in interpretation, you also will benefit from the depth and breadth of his experience and his clear and honest style. This is the complete sourcebook on CSS.  The 3rd edition contains:  Updates to reflect changes in the latest draft version of CSS 2.1 Browser notes updated to reflect changes between IE6 and IE7 Advanced selectors supported in IE7 and other major browsers included A new round of technical edits by a fresh set of editors Clarifications and corrected errata, including updated URLs of referenced online resources Eric A. Meyer has been working with the Web since late 1993 and is an internationally recognized expert on the subjects of HTML, CSS, and web standards. A widely read author, he is also the founder of Complex Spiral Consulting (www.complexspiral.com), which counts among its clients America Online; Apple Computer, Inc.; Wells Fargo Bank; and Macromedia, which described Eric as "a critical partner in our efforts to transform Macromedia Dreamweaver MX 2004 into a revolutionary tool for CSS-based design."
    Beginning in early 1994, Eric was the visual designer and campus web coordinator for the Case Western Reserve University web site, where he also authored a widely acclaimed series of three HTML tutorials and was project coordinator for the online version of the Encyclopedia of Cleveland History and the Dictionary of Cleveland Biography, the first encyclopedia of urban history published fully and freely on the Web.
    Author of Eric Meyer on CSS and More Eric Meyer on CSS (New Riders), Cascading Style Sheets: The Definitive Guide (O'Reilly), and CSS2.0 Programmer's Reference (Osborne/McGraw-Hill), as well as numerous articles for the O'Reilly Network, Web Techniques, and Web Review, Eric also created the CSS Browser Compatibility Charts and coordinated the authoring and creation of the W3C's official CSS Test Suite. He has lectured to a wide variety of organizations, including Los Alamos National Laboratory, the New York Public Library, Cornell University, and the University of Northern Iowa. Eric has also delivered addresses and technical presentations at numerous conferences, among them An Event Apart (which he cofounded), the IW3C2 WWW series, Web Design World, CMP, SXSW, the User Interface conference series, and The Other Dreamweaver Conference.
    In his personal time, Eric acts as List Chaperone of the highly active css-discuss mailing list (www.css-discuss.org), which he cofounded with John Allsopp of Western Civilisation, and which is now supported by evolt.org. Eric lives in Cleveland, Ohio, which is a much nicer city than you've been led to believe. For nine years he was the host of "Your Father's Oldsmobile," a Big Band-era radio show heard weekly on WRUW 91.1 FM in Cleveland.
    You can find more detailed information on Eric's personal web page at http://www.meyerweb.com/eric. Copyright
    Dedication
    Preface
    Chapter 1.  CSS and Documents
    Section 1.1.  The Web's Fall from Grace
    Section 1.2.  CSS to the Rescue
    Section 1.3.  Elements
    Section 1.4.  Bringing CSS and XHTML Together
    Section 1.5.  Summary
    Chapter 2.  Selectors
    Section 2.1.  Basic Rules
    Section 2.2.  Grouping
    Section 2.3.  Class and ID Selectors
    Section 2.4.  Attribute Selectors
    Section 2.5.  Using Document Structure
    Section 2.6.  Pseudo-Classes and Pseudo-Elements
    Section 2.7.  Summary
    Chapter 3.  Structure and the Cascade
    Section 3.1.  Specificity
    Section 3.2.  Inheritance
    Section 3.3.  The Cascade
    Section 3.4.  Summary
    Chapter 4.  Values and Units
    Section 4.1.  Numbers
    Section 4.2.  Percentages
    Section 4.3.  Color
    Section 4.4.  Length Units
    Section 4.5.  URLs
    Section 4.6.  CSS2 Units
    Section 4.7.  Summary
    Chapter 5.  Fonts
    Section 5.1.  Font Families
    Section 5.2.  Font Weights
    Section 5.3.  Font Size
    Section 5.4.  Styles and Variants
    Section 5.5.  Stretching and Adjusting Fonts
    Section 5.6.  The font Property
    Section 5.7.  Font Matching
    Section 5.8.  Summary
    Chapter 6.  Text Properties
    Section 6.1.  Indentation and Horizontal Alignment
    Section 6.2.  Vertical Alignment
    Section 6.3.  Word Spacing and Letter Spacing
    Section 6.4.  Text Transformation
    Section 6.5.  Text Decoration
    Section 6.6.  Text Shadows
    Section 6.7.  Summary
    Chapter 7.  Basic Visual Formatting
    Section 7.1.  Basic Boxes
    Section 7.2.  Block-Level Elements
    Section 7.3.  Inline Elements
    Section 7.4.  Altering Element Display
    Section 7.5.  Summary
    Chapter 8.  Padding, Borders, and Margins
    Section 8.1.  Basic Element Boxes
    Section 8.2.  Margins
    Section 8.3.  Borders
    Section 8.4.  Padding
    Section 8.5.  Summary
    Chapter 9.  Colors and Backgrounds
    Section 9.1.  Colors
    Section 9.2.  Foreground Colors
    Section 9.3.  Backgrounds
    Section 9.4.  Summary
    Chapter 10.  Floating and Positioning
    Section 10.1.  Floating
    Section 10.2.  Positioning
    Section 10.3.  Summary
    Chapter 11.  Table Layout
    Section 11.1.  Table Formatting
    Section 11.2.  Table Cell Borders
    Section 11.3.  Table Sizing
    Section 11.4.  Summary
    Chapter 12.  Lists and Generated Content
    Section 12.1.  Lists
    Section 12.2.  Generated Content
    Section 12.3.  Summary
    Chapter 13.  User Interface Styles
    Section 13.1.  System Fonts and Colors
    Section 13.2.  Cursors
    Section 13.3.  Outlines
    Section 13.4.  Summary
    Chapter 14.  Non-Screen Media
    Section 14.1.  Designating Medium-Specific Style Sheets
    Section 14.2.  Paged Media
    Section 14.3.  Aural Styles
    Section 14.4.  Summary
    Appendix A.  Property Reference
    Section A.1.  Visual Media
    Section A.2.  Tables
    Section A.3.  Paged Media
    Section A.4.  Dropped from CSS2.1
    Section A.5.  Visual Styles
    Section A.6.  Paged Media
    Section A.7.  Aural Styles
    Appendix B.  Selector, Pseudo-Class, and Pseudo-Element Reference
    Section B.1.  Selectors
    Section B.2.  Pseudo-Classes and Pseudo-Elements
    Appendix C.  Sample HTML 4 Style Sheet
    About the Author
    Colophon
    Index
  • 内容简介:
    "CSS: The Definitive Guide, 3rd Edition," provides you with a comprehensive guide to CSS implementation, along with a thorough review of all aspects of CSS 2.1. Updated to cover Internet Explorer 7, Microsoft's vastly improved browser, this new edition includes content on positioning, lists and generated content, table layout, user interface, paged media, and more.  Simply put, Cascading Style Sheets (CSS) is a way to separate a document's structure from its presentation. The benefits of this can be quite profound: CSS allows a much richer document appearance than HTML and also saves time -- you can create or change the appearance of an entire document in just one place; and its compact file size makes web pages load quickly.  "CSS: The Definitive Guide, 3rd Edition," provides you with a comprehensive guide to CSS implementation, along with a thorough review of all aspects of CSS 2.1. Updated to cover Internet Explorer 7, Microsoft's vastly improved browser, this new edition includes content on positioning, lists and generated content, table layout, user interface, paged media, and more. Author Eric Meyer tackles the subject with passion, exploring in detail each individual CSS property and how it interacts with other properties. You'll not only learn how to avoid common mistakes in interpretation, you also will benefit from the depth and breadth of his experience and his clear and honest style. This is the complete sourcebook on CSS.  The 3rd edition contains:  Updates to reflect changes in the latest draft version of CSS 2.1 Browser notes updated to reflect changes between IE6 and IE7 Advanced selectors supported in IE7 and other major browsers included A new round of technical edits by a fresh set of editors Clarifications and corrected errata, including updated URLs of referenced online resources
  • 作者简介:
    Eric A. Meyer has been working with the Web since late 1993 and is an internationally recognized expert on the subjects of HTML, CSS, and web standards. A widely read author, he is also the founder of Complex Spiral Consulting (www.complexspiral.com), which counts among its clients America Online; Apple Computer, Inc.; Wells Fargo Bank; and Macromedia, which described Eric as "a critical partner in our efforts to transform Macromedia Dreamweaver MX 2004 into a revolutionary tool for CSS-based design."
    Beginning in early 1994, Eric was the visual designer and campus web coordinator for the Case Western Reserve University web site, where he also authored a widely acclaimed series of three HTML tutorials and was project coordinator for the online version of the Encyclopedia of Cleveland History and the Dictionary of Cleveland Biography, the first encyclopedia of urban history published fully and freely on the Web.
    Author of Eric Meyer on CSS and More Eric Meyer on CSS (New Riders), Cascading Style Sheets: The Definitive Guide (O'Reilly), and CSS2.0 Programmer's Reference (Osborne/McGraw-Hill), as well as numerous articles for the O'Reilly Network, Web Techniques, and Web Review, Eric also created the CSS Browser Compatibility Charts and coordinated the authoring and creation of the W3C's official CSS Test Suite. He has lectured to a wide variety of organizations, including Los Alamos National Laboratory, the New York Public Library, Cornell University, and the University of Northern Iowa. Eric has also delivered addresses and technical presentations at numerous conferences, among them An Event Apart (which he cofounded), the IW3C2 WWW series, Web Design World, CMP, SXSW, the User Interface conference series, and The Other Dreamweaver Conference.
    In his personal time, Eric acts as List Chaperone of the highly active css-discuss mailing list (www.css-discuss.org), which he cofounded with John Allsopp of Western Civilisation, and which is now supported by evolt.org. Eric lives in Cleveland, Ohio, which is a much nicer city than you've been led to believe. For nine years he was the host of "Your Father's Oldsmobile," a Big Band-era radio show heard weekly on WRUW 91.1 FM in Cleveland.
    You can find more detailed information on Eric's personal web page at http://www.meyerweb.com/eric.
  • 目录:
    Copyright
    Dedication
    Preface
    Chapter 1.  CSS and Documents
    Section 1.1.  The Web's Fall from Grace
    Section 1.2.  CSS to the Rescue
    Section 1.3.  Elements
    Section 1.4.  Bringing CSS and XHTML Together
    Section 1.5.  Summary
    Chapter 2.  Selectors
    Section 2.1.  Basic Rules
    Section 2.2.  Grouping
    Section 2.3.  Class and ID Selectors
    Section 2.4.  Attribute Selectors
    Section 2.5.  Using Document Structure
    Section 2.6.  Pseudo-Classes and Pseudo-Elements
    Section 2.7.  Summary
    Chapter 3.  Structure and the Cascade
    Section 3.1.  Specificity
    Section 3.2.  Inheritance
    Section 3.3.  The Cascade
    Section 3.4.  Summary
    Chapter 4.  Values and Units
    Section 4.1.  Numbers
    Section 4.2.  Percentages
    Section 4.3.  Color
    Section 4.4.  Length Units
    Section 4.5.  URLs
    Section 4.6.  CSS2 Units
    Section 4.7.  Summary
    Chapter 5.  Fonts
    Section 5.1.  Font Families
    Section 5.2.  Font Weights
    Section 5.3.  Font Size
    Section 5.4.  Styles and Variants
    Section 5.5.  Stretching and Adjusting Fonts
    Section 5.6.  The font Property
    Section 5.7.  Font Matching
    Section 5.8.  Summary
    Chapter 6.  Text Properties
    Section 6.1.  Indentation and Horizontal Alignment
    Section 6.2.  Vertical Alignment
    Section 6.3.  Word Spacing and Letter Spacing
    Section 6.4.  Text Transformation
    Section 6.5.  Text Decoration
    Section 6.6.  Text Shadows
    Section 6.7.  Summary
    Chapter 7.  Basic Visual Formatting
    Section 7.1.  Basic Boxes
    Section 7.2.  Block-Level Elements
    Section 7.3.  Inline Elements
    Section 7.4.  Altering Element Display
    Section 7.5.  Summary
    Chapter 8.  Padding, Borders, and Margins
    Section 8.1.  Basic Element Boxes
    Section 8.2.  Margins
    Section 8.3.  Borders
    Section 8.4.  Padding
    Section 8.5.  Summary
    Chapter 9.  Colors and Backgrounds
    Section 9.1.  Colors
    Section 9.2.  Foreground Colors
    Section 9.3.  Backgrounds
    Section 9.4.  Summary
    Chapter 10.  Floating and Positioning
    Section 10.1.  Floating
    Section 10.2.  Positioning
    Section 10.3.  Summary
    Chapter 11.  Table Layout
    Section 11.1.  Table Formatting
    Section 11.2.  Table Cell Borders
    Section 11.3.  Table Sizing
    Section 11.4.  Summary
    Chapter 12.  Lists and Generated Content
    Section 12.1.  Lists
    Section 12.2.  Generated Content
    Section 12.3.  Summary
    Chapter 13.  User Interface Styles
    Section 13.1.  System Fonts and Colors
    Section 13.2.  Cursors
    Section 13.3.  Outlines
    Section 13.4.  Summary
    Chapter 14.  Non-Screen Media
    Section 14.1.  Designating Medium-Specific Style Sheets
    Section 14.2.  Paged Media
    Section 14.3.  Aural Styles
    Section 14.4.  Summary
    Appendix A.  Property Reference
    Section A.1.  Visual Media
    Section A.2.  Tables
    Section A.3.  Paged Media
    Section A.4.  Dropped from CSS2.1
    Section A.5.  Visual Styles
    Section A.6.  Paged Media
    Section A.7.  Aural Styles
    Appendix B.  Selector, Pseudo-Class, and Pseudo-Element Reference
    Section B.1.  Selectors
    Section B.2.  Pseudo-Classes and Pseudo-Elements
    Appendix C.  Sample HTML 4 Style Sheet
    About the Author
    Colophon
    Index
查看详情
相关图书 / 更多
CSS:The Definitive Guide
CSS新世界
张鑫旭
CSS:The Definitive Guide
CSS速查手册(第五版)
Eric、A.、Meyer 著
CSS:The Definitive Guide
CSSCI来源集刊概览
南京大学中国社会科学研究评价中心 编
CSS:The Definitive Guide
CSS3+DIV网页样式与布局(全案例微课版)
刘辉 著
CSS:The Definitive Guide
CSS选择器世界(第2版)
张鑫旭
CSS:The Definitive Guide
CSS3艺术网页设计案例实战
张偶 著
CSS:The Definitive Guide
CSS3+DIV网页样式与布局案例课堂(第2版)(网站开发案例课堂)
刘春茂 著
CSS:The Definitive Guide
CSS选择器世界
张鑫旭 著
CSS:The Definitive Guide
CSS图鉴
[美]格雷格·赛德尼科夫(Greg Sidelnikov)
CSS:The Definitive Guide
CSSCI来源集刊:汉学研究(总第21集2016年秋冬卷)
阎纯德 编
CSS:The Definitive Guide
CSS+DIV网页布局技术教程(微课版)
闫敬
CSS:The Definitive Guide
CSS3网页设计从入门到精通(微课精编版)
前端科技
您可能感兴趣 / 更多
CSS:The Definitive Guide
深入浅出设计模式 第2版(影印版)
Eric Freeman
CSS:The Definitive Guide
半途而废自救指南:让坚持变轻松的 17 个日常练习
Eric Maisel(美)
CSS:The Definitive Guide
魏玛共和国史(上卷)(汉译名著19)
Erich Eyck(埃里希·艾克
CSS:The Definitive Guide
魏玛共和国史(下卷)(汉译名著19)
Erich Eyck(埃里希·艾克
CSS:The Definitive Guide
量子计算机程序设计:基本算法和代码示例(影印版英文版)
Eric R.Johnston、Nic Harrigan、Mercedes 著
CSS:The Definitive Guide
新版剑桥实用专业英语:医学英语(附答案)
Eric Glendinning
CSS:The Definitive Guide
Python计算与编程实践多媒体方法第4版
Ericson 著;[美]马克·古茨戴尔芭芭拉·埃里克森(Barbara(Mark,Guzdial)芭芭拉·埃里克森()、王海鹏、孙朝军 译
CSS:The Definitive Guide
CSS速查手册(第五版)
Eric、A.、Meyer 著
CSS:The Definitive Guide
为什么你看不懂抽象画?
Eric、Kandel 著
CSS:The Definitive Guide
SpotStaysOvernight[Boardbook]
Eric Hill(艾瑞克·希尔) 著
CSS:The Definitive Guide
CSS Pocket Reference:Visual Presentation for the Web (Pocket Reference (O'Reilly))
Eric A. Meyer
CSS:The Definitive Guide
共同基金指南Mutual Funds For Dummies
Eric Tyson 著