Join Amazon Prime and ship Two-Day for free and Overnight for $3.99. Already a member? Sign in.
Beginning CSS: Cascading Style Sheets for Web Design and over 300,000 other books are available for Amazon Kindle – Amazon’s new wireless reading device. Learn more

 

or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
51 used & new from $21.00

Have one to sell? Sell yours here
 
   
Beginning CSS: Cascading Style Sheets for Web Design (Wrox Beginning Guides)
 
 
Start reading Beginning CSS: Cascading Style Sheets for Web Design on your Kindle in under a minute.

Don’t have a Kindle? Get yours here.
 
  

Beginning CSS: Cascading Style Sheets for Web Design (Wrox Beginning Guides) (Paperback)

by Richard York (Author)
Key Phrases: alternative media, equatorial radius, sodales auctor, Internet Explorer, Peter Piper, Spicy Thai Peanut Sauce (more...)
4.4 out of 5 stars See all reviews (5 customer reviews)

List Price: $39.99
Price: $26.39 & this item ships for FREE with Super Saver Shipping. Details
You Save: $13.60 (34%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Want it delivered Tuesday, July 21? Choose One-Day Shipping at checkout. Details
37 new from $21.63 14 used from $21.00
Also Available in: List Price: Our Price: Other Offers:
Kindle Edition (Kindle Book) $19.24
Paperback (Illustrated) $34.99 $34.29 32 used & new from $6.53

Frequently Bought Together

Beginning CSS: Cascading Style Sheets for Web Design (Wrox Beginning Guides) + Professional CSS: Cascading Style Sheets for Web Design (Wrox Professional Guides) + CSS Instant Results (Programmer to Programmer)
Price For All Three: $85.63

Show availability and shipping details


Customers Who Bought This Item Also Bought


Editorial Reviews

Review
“…perfect for people who are starting to use CSS…” (oraclehome.co.uk, October 2005) --This text refers to the Paperback edition.

Product Description

Cascading style sheets (CSS) are the modern standard for website presentation. When combined with a structural markup language such as HTML, XHTML, or XML (though not limited to these), cascading style sheets provide Internet browsers with the information that enables them to present all the visual aspects of a web document. Cascading style sheets apply things such as borders, spacing between paragraphs, headings or images, control of font faces or font colors, background colors and images, textual effects such as underlined or strike-through text, layering, positioning, and a number of other presentational effects. CSS controls the presentational aspects of a web page's design, whereas HTML, XHTML, or XML controls the structure of a web page, which means little more than determining that certain text is a heading, other text is a paragraph, still other text is a list of hyperlinks, and so on. CSS provides enhanced and precise visual rendering; markup languages such as HTML provide meaning and structure.

Beginning CSS: Cascading Style Sheets for Web Design, Second Edition covers all the details required to combine CSS with HTML, XHTML, or XML to create rich, aesthetically powerful designs. Throughout the book, you’ll focus on combining CSS with XHTML specifically because XHTML is the standard hailed by Internet standards bodies as the successor to HTML and the present and future of website design. CSS and XHTML allow a web document to be presented with less code, resulting in a significantly smaller file size and greatly increased ease of maintenance. CSS also enables the presentation of a web document to be centralized, which allows for the look and feel of an entire website to be written and centralized in one or a few simple documents, which makes updating a website a breeze. With only a few simple edits to a single document, the look and feel of an entire website can be completely changed.

By using modern standards like CSS and XHTML, you can drastically reduce the cost of building and maintaining a website when compared to legacy HTML-only pages. You can also greatly reduce the amount of physical bandwidth and hard disk space required, resulting in immediate long-term benefits for any website.

This book also discusses how to style XML documents with CSS—XML being a more advanced markup language with multipurpose applications. XML will play an increasingly larger role in the production of XHTML documents in the future.

This second edition of Beginning CSS features a near-complete overhaul of the content from the first edition. Changes based on what readers had to say about the first edition helped to create the most comprehensive introduction on CSS available on the market. Throughout this book, you see CSS broken down into simple examples that focus on a single concept at a time. This allows you to better understand how and why something works, since you aren't presented with a lot of irrelevant code, and you can better see the bits and pieces that come together that make something work. While these examples may not be particularly pretty, they are extremely valuable learning tools that will help you master cascading style sheets.

To enhance the learning experience, most of the source code examples are presented in syntax-colored code, a special feature in this book. Syntax coloring is a feature that you commonly see in fancy development software, such as Zend Studio (used to develop PHP), or Microsoft's Visual Studio (used to develop ASP, C#, and so on), and other software used by professional programmers every day. Syntax coloring is used in these software suites to make programming easier and more intuitive, and it offers tremendous benefits in teaching as well. It allows you to see what the different bits and pieces are in source code, since each of the different bits and pieces has a different coloring to identify its purpose. It helps you to distinguish the building blocks of code more easily, and if you use similar development software to write your CSS and HTML documents, you'll also find that you make fewer mistakes and typos, since syntax coloring also helps you to write code that is more bug free.

Many of the source code examples feature annotations to highlight important, not-to-be-forgotten bits of information, and to visually point out concepts that are discussed in the surrounding text.

This edition also features every screenshot from a browser in color, a first for Wrox. Presenting the browser screenshots in color makes it easier for you to compare your results with what you see in the book.

This book also approaches CSS development from a browser-neutral point of view, and provides all the information that you need to get a good healthy start on professional cross-browser, cross-platform website design with IE 6, IE 7, Firefox 2, Opera 9, and Safari 2, which will allow you to reach over 99 percent of the web browsing public.

You also see comprehensive coverage of bugs, and workarounds for the IE 6 and IE 7 web browsers. Long a thorn in the side of CSS developers, making CSS work in IE 6 can be quite a chore without detailed knowledge of its quirks and shortcomings. This book covers many of the hacks and nonstandard workarounds that you may need to develop compatible CSS content in IE 6. IE 7 features many great improvements to CSS support, and though they are much fewer than its predecessor, you still need a few tricks to make your web page shine in Microsoft's latest browser. It covers the workarounds that you'll need to make your pages work just as well in IE 7 as they do in all the other popular browsers. In addition, you'll find the quick reference in Appendix B updated to reflect all of IE 7's new CSS support.

Along with better coverage of Internet Explorer, there’s greatly improved coverage of Mac OS X browsers, Safari, Firefox, and Opera. You'll see that Mac browsers are equally represented among their Windows brethren.

Whom Is This Book For? This book's primary audience is anyone seeking to learn how to use cascading style sheets to present web documents. Because cascading style sheets are used to control the presentational layout of a web document, people from backgrounds in art, graphic design, or those who prepare print layouts for publishing will feel at home using CSS. Regardless of your background, CSS is a simple and powerful language designed so that anyone can understand and use it.

To get the most out of this book, you need some experience with markup languages like HTML or XHTML. If you are completely new to website design and development, you should begin learning web programming with Jon Duckett's Beginning Web Programming with HTML, XHTML, and CSS. Jon Duckett's book provides a complete overview of website development and design for the complete beginner, whereas Beginning CSS: Cascading Style Sheets for Web Design, Second Edition focuses specifically on the role of CSS in website design.

This book presents all of the material you need to become comfortable with writing CSS from scratch.

What Does This Book Cover? This book covers portions of the CSS Level 1, 2, 2.1, and 3 specifications. These specifications are created by an independent, not-for-profit Internet standards organization called the World Wide Web Consortium (W3C) that plans and defines how Internet documents work. The majority of the book is written using what is defined in the CSS Level 2.1 specification.

This book leads you through how to write CSS so that it is compatible with all of the most popular web browsers, focused on all of the following popular browsers:

* Microsoft Internet Explorer 6 for Windows

* Windows Internet Explorer 7 for Windows XP Service Pack 2, Windows Server 2003, Windows XP Professional 64 bit, and Windows Vista

* Safari 2 for Mac OS X 10.4 (Tiger)

* Mozilla Firefox 2 for Mac OS X, Windows, and Linux

* Opera 9 for Mac OS X, Windows, and Linux

The preceding browsers make up over 99 percent of the web browser market share at the time of this writing. For your convenience, this book also includes an integrated CSS feature reference throughout the book, as well as notes on browser compatibility. A CSS reference is also included in Appendix B.

How This Book Is Structured: This book is divided into three parts. The following explains each of these three parts in detail, and what each chapter covers.

Part I: The Basics: Throughout Chapters 1 through 4 you learn the founding principles of CSS-based web design.

* Chapter 1, "Introducing Cascading Style Sheets": This chapter talks about what CSS is, why it exists, who created it, where it is maintained, and how it has evolved. It also discusses some of the basic differences among the various CSS specifications—CSS Level 1, CSS Level 2, CSS Level 2.1, and CSS Level 3—and how these specifications define what CSS is. You also learn more about each of the most popular browsers in use today, how to obtain them, and write your first CSS-enabled document. It also shows you how to install Internet Explorer 6 and Internet Explorer 7 side-by-side on the same computer for testing.

* Chapter 2, "The Essentials": This chapter introduces the basics of CSS. Now that you have seen an example CSS doc...

See all Editorial Reviews


Product Details

  • Paperback: 656 pages
  • Publisher: Wrox; 2 edition (June 12, 2007)
  • Language: English
  • ISBN-10: 0470096977
  • ISBN-13: 978-0470096970
  • Product Dimensions: 9.1 x 7.2 x 1.3 inches
  • Shipping Weight: 3.4 pounds (View shipping rates and policies)
  • Average Customer Review: 4.4 out of 5 stars See all reviews (5 customer reviews)
  • Amazon.com Sales Rank: #174,077 in Books (See Bestsellers in Books)

    Popular in this category: (What's this?)

    #67 in  Books > Computers & Internet > Programming > Languages & Tools > CSS

Inside This Book (learn more)



What Do Customers Ultimately Buy After Viewing This Item?

Beginning CSS: Cascading Style Sheets for Web Design (Wrox Beginning Guides)
84% buy the item featured on this page:
Beginning CSS: Cascading Style Sheets for Web Design (Wrox Beginning Guides) 4.4 out of 5 stars (5)
$26.39
CSS: The Missing Manual
5% buy
CSS: The Missing Manual 4.8 out of 5 stars (86)
$23.09
Professional CSS: Cascading Style Sheets for Web Design (Wrox Professional Guides)
4% buy
Professional CSS: Cascading Style Sheets for Web Design (Wrox Professional Guides) 3.5 out of 5 stars (15)
$34.99
CSS Instant Results (Programmer to Programmer)
3% buy
CSS Instant Results (Programmer to Programmer) 5.0 out of 5 stars (1)
$24.25

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
Check the boxes next to the tags you consider relevant or enter your own tags in the field below.
(7)
(1)

Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

5 Reviews
5 star:
 (3)
4 star:
 (1)
3 star:
 (1)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.4 out of 5 stars (5 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
12 of 12 people found the following review helpful:
5.0 out of 5 stars Wonderful, July 26, 2007
By Todd Hawley (San Francisco CA) - See all my reviews
(TOP 500 REVIEWER)    (REAL NAME)   
I've read several books about CSS over the last three or four years, but this book has to be the most complete I've seen. Not only does Mr. York obviously know this material quite extensively, he does it in a way that makes total sense. And this book is not just for beginning web developers either, there's quite a bit of information that more experienced developers can learn about. I also liked the various code examples in color. It helps to make the specific code stand out much more when it's in a different color than the code around it. This of course helps the reader to understand and remember it more effectively.

The author also takes time to talk about the differences in browsers and how each one presents the code. There are few things more aggravating to a web developer than having to deal with the various quirks of each browser. What looks great in IE may not look so hot in Firefox or Safari. And vice versa. The author cites various examples of this throughout the book, as well as "workarounds" for each "issue."

Another thing that makes this book so enjoyable is how the author goes through step by step instructions on how to achieve a particular style. This is one way to show how styles affect presentation.

It's amazing how powerful CSS has become over the last few years. There's a lot you can do with styles and Mr York has shown all web developers ways we can take advantage of this power.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
5 of 5 people found the following review helpful:
5.0 out of 5 stars Everything I was looking for in just one book, May 18, 2008
When searching for a technical manual, I usually am able to narrow the field down to just 2 or 3 that together will cover my needs.

I sat down with a stack of about 15 books on CSS, including the most popular listed on Amazon, and started thumbing through them to evaluate their content, organization, reference material, indexing, etc. I eliminated several books, and had a tall stack of possible books to one side when I opened this book. I was first struck by the simple beauty of the book layout. The material in this book is presented in an exceptionally pleasing manner, easy to read, and well punctuated with examples and graphics. Code is colorcoded so the reader can easily pick out the portions being described in the text, and followed by color photos of the actual screens resulting from the code.

The book is logically organized and includes the best and most comprehensive reference section of all the books I considered.

The topics are easy to read and clearly presented. There are exercises to do which allow the reader to actually test-drive the techniques described and accompanying code files are available on the website to go along with the book.

I was surprised to find one book that contained everything that I look for in a technical manual. Hurray! I didn't have to buy 2 or 3 books to cover all the bases.

Thank you Richard York.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
2 of 2 people found the following review helpful:
5.0 out of 5 stars One of the bests CSS books, March 18, 2008
This book is what it's intend to be: an excellent book for CSS beginners. Good sequence of chapters, good examples, and the wellcome surprise of color sintax and screen pictures.
Congratulations to Wrox, and I expect that other books could be printed with same quality presentation.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
Ad
 
Most Recent Customer Reviews

4.0 out of 5 stars Beginning CSS
This is one of the best CSS books I've come across. The author is very understandable and the majority of the examples in the book are very useful and informative, although a... Read more
Published 1 month ago by Tyson J. Randall

3.0 out of 5 stars good book for a patient reader
this is a good book for the beginner who likes a lot of repetition and hand holding. there is A LOT of overviews, introductions, transitions, summations, and examples to reinforce... Read more
Published 16 months ago by clue

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (1 discussion)
  Discussion Replies Latest Post
Highly recommend this book as a quick CSS hands on tutorial 0 May 2007
See all discussions...  
Start a new discussion
Topic:
First post:
Prompts for sign-in
  [Cancel]


Active discussions in related forums
   


Product Information from the Amapedia Community

Beta (What's this?)



Look for Similar Items by Category


Cut Wood Down to Size

Cut Wood Down to Size

Split wood with ease using a log splitter from the Outdoor Power & Lawn Equipment Store.

Shop all log splitters

 

Big Savings in Books

Bargain Books
Find great titles at fantastic prices in our Bargain Books Store.
 

Buy Three Books, Get a Fourth Free

4-for-3 Books
Order any four eligible books under $10 and get the lowest-price book free in our 4-for-3 Books Store. See more details.
 
Shop for outdoor power and woodworking equipment
Better Than a Sharp StickBrowse outdoor power and woodworking equipment in the Home Improvement Store.
 
Ad

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers
Free
Free by Chris Anderson
Paranoia
Paranoia by Joseph Finder
My Soul to Lose
My Soul to Lose by Rachel Vincent
The Adventures of Sherlock Holmes
The Adventures of Sherlock Holmes by Arthur Conan, Sir, 1859-1930 Doyle

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates