CSS

CSS pdf epub mobi txt 電子書 下載2025

出版者:O'Reilly
作者:Eric A. Meyer
出品人:
頁數:536
译者:
出版時間:2006-11-14
價格:USD 44.99
裝幀:Paperback
isbn號碼:9780596527334
叢書系列:
圖書標籤:
  • CSS
  • Web
  • O'Reilly
  • 計算機
  • design
  • 前端開發
  • 編程
  • 前端
  • CSS
  • 前端開發
  • 網頁設計
  • 樣式錶
  • 前端技術
  • Web開發
  • HTML
  • 響應式布局
  • CSS3
  • 瀏覽器兼容性
想要找書就要到 小美書屋
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

具體描述

"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
· · · · · · (收起)

讀後感

評分

正在看这本书,真的忍不住特地注册豆瓣来吐槽 没见过写的这么烂的指南书,结构性太差,本来在讲一个问题的,又扯半天其他的问题,扯了半天,原本的问题压根就没讲清楚,10个字能讲明白的东西,扯淡扯了1000字,本来能看明白的被绕到懵逼。 最重要的第七章和第八章讲盒模型的,...  

評分

第16章 变形 page 834 (低级错误) 中文版: '对宽度为30像素,高度为200像素的元素来说,translateX(50%)把元素向右移动150像素'? 英文原版: ‘translateX(50%) will move an element 300 pixels wide and 200 pixels tall to its right by 150 pixels,’ 在CSS 权威指南 第...  

評分

很佩服作者能将其原理讲得如此透彻易懂,如果你想使用CSS游刃有余,你不可不看这本书。虽然是2001的版本,但是我想说这本书已经足够你使用了,因为到目前为止,IE7都不完全支持css2,你学完css2后也不能发挥出它的优势,所以还不如干脆使用css1,另外在这本书里面也有一部...  

評分

这本书没有实例,但是面面俱到, 比起当教程,更适合做参考书。 推荐买新出的第三版, 第二版的内容已经过时了。  

評分

我觉得这本书应该是学CSS的必读书目吧。 之前看的书会教你什么代码大概会出来什么效果,这本书是从最根本的原理出发,了解浏览器到底是怎么处理这些代码的。 比如浏览器如何解读auto值,原来width的auto和Height的auto是不一样的;比如float元素,行内元素的float和块元素的f...  

用戶評價

评分

有些章節沒有讀到,但現在所用的css的知識,基本都是這本書給的

评分

此書雖是第三版,但也得追溯到2006年瞭,據說第四版今年會齣來,後來的同學建議看第四版,或會講解CSS3。 對於此書最大的感受是很基礎,適閤作為reference的書籍查找,看完這本,還想深入,應該精度css:the missing manual和css mastery.

评分

不知道為啥這本書評價這麼高,感覺不咋的,可能是應為css真沒什麼好書吧。

评分

值得一讀再讀。

评分

此書雖是第三版,但也得追溯到2006年瞭,據說第四版今年會齣來,後來的同學建議看第四版,或會講解CSS3。 對於此書最大的感受是很基礎,適閤作為reference的書籍查找,看完這本,還想深入,應該精度css:the missing manual和css mastery.

本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

© 2025 book.quotespace.org All Rights Reserved. 小美書屋 版权所有