Discover millions of ebooks, audiobooks, and so much more with a free trial

Only $11.99/month after trial. Cancel anytime.

Unavailable
CSS Cookbook: Quick Solutions to Common CSS Problems
Unavailable
CSS Cookbook: Quick Solutions to Common CSS Problems
Unavailable
CSS Cookbook: Quick Solutions to Common CSS Problems
Ebook896 pages7 hours

CSS Cookbook: Quick Solutions to Common CSS Problems

Rating: 3.5 out of 5 stars

3.5/5

()

Currently unavailable

Currently unavailable

About this ebook

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
LanguageEnglish
Release dateDec 15, 2009
ISBN9781449389055
Unavailable
CSS Cookbook: Quick Solutions to Common CSS Problems
Author

Christopher Schmitt

Christopher Schmitt has been working on the Web since 1993. He is the principal of Heatvision.com, Inc., a new media design firm, and resides in Orlando, Florida. Christopher speaks frequently about web design at conferences including South by Southwest Interactive and Web Design World. His books include "Designing CSS Web Pages" (New Riders), "Professional CSS: Cascading Style Sheets for Web Design" (Wrox), and "CSS Cookbook" (O'Reilly).

Related to CSS Cookbook

Related ebooks

Internet & Web For You

View More

Related articles

Reviews for CSS Cookbook

Rating: 3.6785715642857144 out of 5 stars
3.5/5

42 ratings3 reviews

What did you think?

Tap to rate

Review must be at least 10 words

  • Rating: 3 out of 5 stars
    3/5
    I picked this up to see if I could supplement my self-taught CSS knowledge with some book-learnin', and this was the best book my library had.

    The book format is very utilitarian; it arranges its information into "recipes." Each recipe contains a task that needs to be completed, followed by an explanation of how to do it with style sheets (and sometimes Javascript). I can imagine it would be a really good reference book to have around for this reason.

    The actual explanations were okay, if a bit uneven. Despite the fact that the book was expressly for beginners, it sometimes assumes you can immediately intuit why something will or will not work based on the author's vague descriptions. Also, because of the format, it doesn't really teach you flexible design principles and know-how; you have to read the layout designs it offers you and extrapolate from there.

    Despite my complaints, a book that talks in the abstract about something like style sheets can be pretty useless, so maybe it's better that they stayed specific. Still, I don't know how helpful this book would be for beginners.

    And I am unhappy that it completely failed to address manipulating *heights* of layouts in a cross-browser compatible way, which is a very tricky problem that I wanted solved once and for all.

    The book itself is already quite out of date because of IE 8, but it's good to know what the earlier browsers can and can't do because sadly some people are still using them. (Reading this book, I cannot understand how the people responsible for the earlier versions of IE could sleep at night. Example after example of how they single-handedly made web design twice as difficult!)
  • Rating: 4 out of 5 stars
    4/5
    Provides 'semi-canned' solutions to some of the more common attempts to use CSS, so you can start with something you want and see how it's done in CSS instead of the other way around. Not as useful as a cover-to-cover read, but great as a reference while you're attcking a web design problem.
  • Rating: 5 out of 5 stars
    5/5
    A very useful book, in the O'Reilly tradition of course. This book gives an example of something you may want to try with a web design, and then breaks down all the ways you can do it and explains why some work better than others. Basically, it is exactly what it claims to be. Note that it helps to have a basic working knowledge of what CSS is before you start reading this book. Pairs well with the CSS pocket reference.