Conquering CSS
Published December 30, 2004
Touted as a guide to "quick solutions to common CSS problems," I find the recipe book analogy to be particularly appropriate. The book is divided into ten chapters, each of which contains anywhere from ten to twenty examples of common "projects" undertaken using CSS. Each "recipe" contains a short description of the project, a snippet of CSS code that can be used to do it, and then further resources and explanations, sometimes going into surprising depth (i.e., a research project on the effectiveness of breadcrumb navigation, etc.).
So, for example, say you'd like to use HTML's handy bulleted list function (<ul>), but you have a small icon of your own design you'd like to use as the bullet instead of the default dot or square. Schmitt explains how to redefine the ul property so that your image can be used, gives visual examples of what this might look like in implementation, and then makes some important notes on bullet sizes, inheritance and so forth.
The book wraps up with a chapter containing examples on how to design using CSS--that is, how to create unconventional or unusual effects using CSS to make a particular page "pop." While some of these effects are clever and useful (e.g., placing a drop shadow on an image), others seem as though they'd be easier accomplished in Photoshop. Given some browsers' tendencies not to render CSS correctly, especially some earlier iterations of Netscape and even Microsoft Internet Explorer to some extent, if you want to insure that graphic elements on the web look correct, I wouldn't recommend relying on CSS to create sophisticated graphical effects.
Especially useful for the less-seasoned designer who isn't tremendously familiar with CSS, and equally helpful for the web designer who just wants to add a few tricks to his or her "repertoire," this hearty volume provides a wide variety of plugin-ready tricks and tools that just about anyone (short of the most knowledgeable designers) will find invaluable.
- Conquering CSS
- Published: December 30, 2004
- Type:
- Section: Sci/Tech
- Filed Under: Books: Computers and Internet, Books: Nonfiction, Books: Reference, Sci/Tech: Internet
- Writer: Ryan Eanes
- Ryan Eanes's BC Writer page
- Ryan Eanes's personal site
- Spread the Word
- Like this article?
- Email this
Save to del.icio.us
Comments
The book is helpful in that it shows the code specifically as it applies to the particular examples, so there's no need to have to figure out vague CSS code. Good luck!
I cut my editing teeth on page-layout fossils like Ventura Editor, so style sheets are part of my native tongue. That said, I have had my battles with CSS and tables, and am looking forward to using this reference to achieve victory.
Thanks for doing the advance scouting!
Listed at Advance
Nice to see an article posted on CSS. O'Reilly publishing also has a nice CSS pocket reference written by Eric A Meyer as well. The O'Reilly series are actually pretty helpful for intermediates.
-----------------------------------------------------------------------
ZZ Bachman / ZardozZ News & Satire Portal
Have a Blog? Ring Surf it @ ZZ OpenRing
Thanks for this great and informative review. It sounds perfect for someone like me -- familiar with CSS on a very basic level but would be lost in the woods trying to do something anywhere near complicated.




Sweet, nice review . You show where it was useful. And I need that, soon, like now.
I've just started using Dreamweaver's CSS templates and figurin gout how they work.