Books by Eric A. Meyer

PC

CSS Floating

While flowing text around images is certainly nothing new, with CSS you can float any element, from images to paragraphs to lists. In this practical guide, author Eric Meyer reveals some interesting—and surprising—ways to use CSS floats in your web design, including the latest capability to flow content past non-rectangular float shapes.

PC

Grid Layout in CSS

CSS has had a layout-shaped hole at its center since the beginning. Designers have bent features such as float and clear to help fill that hole, but nothing has quite done the job. Now that’s about to change. With this concise guide, you’ll learn how to use CSS grid layout, a generalized system that lets you lay out pieces of your design independent of their document source order and with full awareness of the overall design.

PC

CSS: The Definitive Guide, 4th Edition

If you’re a web designer or app developer interested in sophisticated page styling, improved accessibility, and saving time and effort, this book is for you. This revised edition provides a comprehensive guide to CSS implementation, along with a thorough review of the latest CSS specifications.

PC

CSS Pocket Reference, 5th Edition

When you’re working with CSS and need an answer now, this concise yet comprehensive quick reference provides the essential information you need. Revised and updated for CSS3, this fifth edition is ideal for intermediate to advanced web designers and developers.

PC

Cascading style sheets 2.0

The most authoritative quick reference available for CSS programmers. This handy resource gives you programming essentials at your fingertips, including all the new tags and features in CSS 2.0. You’ll get concise information on designing and deploying complex style sheets as well as details on browser support.

PC

Cascading Style Sheets

The “Cascading Style Sheets: The Definitive Guide, 1st Edition” is a wonderful book that reveals how to use CSS. Eric A. Meyer is the author of this great book. he is a member of CSS&FP working Group and the author of Cascading Style Sheets. He has written numerous books and all of them are worth to read. This book offers a complete, detailed review of CSS1 and CSS positioning and an overview of CSS2. Each property of this book is explained in-depth and also describes how they interact with other properties. CSS has three types, Inline CSS, Internal CSS, and External CSS. CSS is the language for describing the presentation of web pages, fonts, and layout. It allows one to adapt the presentation to different types of devices, like large screens, small screens or printers. Furthermore, this book is very easy to read and leads you through very good examples that show to use CSS for what it does best. Eric has extensive experience writing about pitfalls and interesting tricks in CSS. He brings his experience in this book in the form of hints, workarounds and many other tips for web authors. In short, Cascading Style Sheets is a must-read book for all who want to know about CSS and how it works.