Vous voulez voir cette page en français ? Cliquez ici.


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
More Buying Choices
Have one to sell? Sell yours here
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

CSS Cookbook [Paperback]

Christopher Schmitt
5.0 out of 5 stars  See all reviews (1 customer review)
List Price: CDN$ 62.99
Price: CDN$ 32.92 & this item ships for FREE with Super Saver Shipping. Details
You Save: CDN$ 30.07 (48%)
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
Only 1 left in stock (more on the way).
Ships from and sold by Amazon.ca. Gift-wrap available.
Want it delivered Wednesday, May 22? Choose One-Day Shipping at checkout.

Book Description

Dec 31 2009 059615593X 978-0596155933 Third Edition,New edition

What people are saying about CSS Cookbook

"Christopher's fantastic cookbook will give you solutions to pretty much all of the CSS problems you'll come up against in your day-to-day web design work, saving you bags of time and frustration. This guy is one of the industry's brightest minds -- he really knows his stuff."

--Chris Mills, Opera Software

Learn how to solve the real problems you face with CSS. This cookbook offers hundreds of practical examples for using CSS to format your web pages, and includes code samples you can use right away. You'll find exactly what you need, from the basics to complex hacks and workarounds.

Each recipe explains how to customize a solution to meet your needs, and each chapter features a sample design that showcases the topics discussed. You'll learn about the behavior of the latest browsers-including IE 8, Firefox 3, Safari 4, and Google Chrome-and how you can resolve differences in the ways they display your web pages. Arranged in a convenient format for quick reference, this third edition is a valuable companion for anyone working with CSS.

  • Learn the basics, such as the CSS rule structure
  • Work with web typography and page layout
  • Create effects for images and other page elements
  • Learn techniques for configuring lists, forms, and tables
  • Design effective web navigation and create custom links
  • Get creative by combining CSS with JavaScript
  • Learn useful troubleshooting techniques
  • Explore features of HTML5 and CSS3

Customers Who Bought This Item Also Bought


Product Details


Product Description

About the Author

Christopher Schmitt has been working with the Web since 1993. He is the author of several books on web design and digital imaging, including earlier editions of CSS Cookbook, and is a contributing writer to many web development magazines.


Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

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

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

4 star
0
3 star
0
2 star
0
1 star
0
5.0 out of 5 stars
5.0 out of 5 stars
Most helpful customer reviews
5.0 out of 5 stars css cookbook is a treasure trove! Aug 2 2012
By Hle
Format:Paperback|Amazon Verified Purchase
There is so much to know about Css.I have learned it in various books and wish to have all I know in one book. Css Cookbook by Christopher Schmitt is that book. It is a treasure trove and it gives quick solutions to most of your Css problems. Great timesaver! Highly recommended! But it is not for beginners. CSS Cookbook
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 3.6 out of 5 stars  11 reviews
11 of 12 people found the following review helpful
5.0 out of 5 stars Excellent for bringing HTML Old Timers up to speed with CSS Feb 9 2010
By Stephen Britton - Published on Amazon.com
Format:Paperback|Amazon Verified Purchase
I have been designing and building HTML pages since mid-1994 and I am amazed at how much coding has changed in the past 15 years.

Back then building websites was pretty straight forward, you used tables to create columns and filled them up with text and graphics. Web designs were very basic, fixed width was the norm and there was not much of a difference between the two most popular browsers of the era, Netscape Navigator and Internet Explorer 3.0.

Starting in the early 2000s, Cascading Style Sheets (CSS) dramatically changed web design and page coding. CSS enabled designers and coders to build more attractive and interesting websites. However, coding pages and then making them work in various browsers - like IE 6, IE 7, IE 8, Mozilla 2.5, Mozilla 3.0 and Chrome - became far more challenging than just laying out tables. Making the learning curve even steeper was the popularity of JavaScript and more recently AJAX, which is the combination of CSS and JavaScript.

Many "old-time" coders tried to stick with table-based layouts, but it was easy to see that basic HTML would not longer cut it and CSS was the way to go. I stopped using tables and educated myself on how to use CSS.

In the early 2000s, I purchased several CSS books, including the first edition of CSS Cookbook. That book turned out to be the most useful because O'Reilly's "Cookbook " format is based on question and answer rather than the other CSS books, which focused on basic tutorials.

With the CSS Cookbook, I was able to look up "How to build a two column page," which would provide me with sample code as opposed to going through a basic CSS tutorial. I was able to learn quickly.

I was happy to discover that the third edition of CSS Cookbook has come up and it has been completely updated with how to create rounded corners with JavaScript and using Lightbox to display images as well as a chapter on how to use JQuery. It will also provide you with the basic CSS instructions on how to make one, two and three column layouts and how to set up floats.

If you are new to CSS, you should consider buying another CSS book, but if you know basic HTML and CSS and want to bring your skills up to the next level, I highly recommend reading this book.
5 of 6 people found the following review helpful
2.0 out of 5 stars Ask Felgall - Book Review Dec 21 2011
By Stephen Chapman - Published on Amazon.com
Format:Paperback
Despite the many flaws in the HTML that the book uses, there are a great many extremely useful examples of how to use CSS to achieve a large range of commonly wanted appearances in your web page.Once you get past the antiquated code required for browsers back in the 1990s and the examples based on the presumed HTML 5 standard of the 2020s (assuming that it doesn't change too much between now and then), the rest of the book mostly achieves exactly what you would expect it to - to show you how to produce the appearance that you want across all the current browsers in common use.Most of the things you are likely to need to do in your web page including a number of more advanced tasks that probably will not be needed very often can all be found in this book. Not only is all the necessary code included but there are also explanations of why it is coded the way it is and the problems that can arise if you don't do it that way.

The book hasn't been updated as much as it perhaps ought to have been since wrapping the in page styles inside an HTML comment is not required for any browser that anyone uses any more. Page 121 continues to spread the myth that setting the body font size to 62.5% will make your font sizes more cross browser compatible where in fact any percentage will do the same so you may as well use 100% since the reason why people chose 62.5% was based on a misunderstanding of the relationship between pixels and ems. There are also a number of typos including some in the code samples (for example on page 109 there is a reference to a font called 'Area').

The existance of the Opera web browser is mostly overlooked in the book. Many of the statements that list which browsers support a particular piece of code neglect to mention Opera at all. For example the section on page 273 discussing the proprietary code that can be used to create coloured scrollbars in IE and Safari doesn't mention that Opera also supports the IE version although that is off by default in Opera and on by default in IE.

Some of the introductory information could also have been presented better. For example on page 74 there is a list showing the order of precedence as to which styles take precedence. That list gives the impression that author styles always take precedence over user styles. The correct situation is only explained two pages later where it properly states that user styles marked !important (which all user styles would be otherwise what's the point in having them) override author styles. I was also a little disappointed that the book chooses some of the proposed HTML 5 tags for some of the examples. Surely examples of how to do audio and video properly using the current HTML 4 standard object tag would be far more useful than the examples using the audio and video tags that are currently proposed for the new standard as alternatives to using the object tag. I would not suggest this book for someone trying to learn CSS - there are a great many better books available for that purpose. This book isn't really aimed at that audience anyway. The best use for this book is for someone who already knows at least the basics of CSS who wants to find out how to complete a specific task. A quick lookup of that task in the book's contents should take you straight to the two or three pages of information that are exactly what you are looking for. When using the book that way, almost all of the flaws I have mentioned are not going to make any difference to you as you will already have properly written HTML that the supplied CSS will work with quite well.
5.0 out of 5 stars Great Series on Any Subject Oct 31 2011
By jskar - Published on Amazon.com
Format:Paperback
The "Cook Book" series of computer books is quite unique. It is what it says it is: many "recipies" describing and explaining a wide number of solutions to problems that often face computer coders. It also is a great reference for features that may be unfamiliar to a coder. Overall, a great reference.
Search Customer Reviews
Only search this product's reviews

Listmania!

Create a Listmania! list

Look for similar items by category


Feedback


Amazon.ca Privacy Statement Amazon.ca Shipping Information Amazon.ca Returns & Exchanges