Cascading Style Sheets: Separating Content from Presentation, 2/e

Owen Briggs

  • 出版商: Friends of Ed
  • 出版日期: 2004-02-26
  • 售價: $1,550
  • 貴賓價: 9.5$1,473
  • 語言: 英文
  • 頁數: 432
  • 裝訂: Paperback
  • ISBN: 159059231X
  • ISBN-13: 9781590592311
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

Description:

CSS is one of the trio of core client-side web professional skills: HTML for markup, JavaScript for dynamism, and CSS for style. All web professionals who want to take their page design to the next level, with all the advantages that CSS brings, will need this book.

This book is a focused guide to using Cascading Style Sheets (CSS) for the visual design of web pages. It provides concise coverage of all the essential CSS concepts developers need to learn (such as separating content from presentation, block and inline elements, inheritance and cascade, the box model, typography, etc). It also covers the syntax needed to effectively use CSS with your markup document (for example CSS rules, how to structure a style sheet, linking style sheets to your (X)HTML documents, CSS boxes etc).

CSS (Cascading Style Sheets) is a powerful technology that can be used to add style and structure to your web pages without needing to resort to "hacks" such as HTML table layouts and "spacer images". However, this is not the only advantage over other styling methods. You can specify your CSS styles in a separate file, then apply those styles to every page in your web site. When you want to change a style on your site, you can do it by modifying one style sheet, rather having to update every page. This is only one example of the many advantages CSS brings to your web development work.

Summary of Contents:

  • 1 Foundation Concepts
  • 2 Overview of Presentation
  • 3 Markup with Meaning
  • 4 Fundamentals
  • 5 Rules
  • 6 Attaching CSS to Your Markup
  • 7 Typography
  • 8 Boxes, Boxes, Boxes
  • 9 Styling Tables with CSS
  • 10 Cross-Browser CSS
  • 11 Troubleshooting
  • 12 CSS Design Projects
    • Projects include:
    • Weblog - Dave Shea
    • Research Institute Site - John Simons
    • Buffalo Philharmonic Orchestra - Mike Switzer
    • Photo Gallery - Dan Rubin
    • Image Viewer - Mike Pick
    • Real Estate Portal - Cornelia Lange

"Where some other books provide more of a dry technical reference, this one makes much more interesting reading and tells you the bits you need to know without swamping you with nitty-gritty details. The balance is just about perfect." - Web Page Design for Designers' review of the first edition.