| CSS Anthology: 101 Essential Tips Tricks and Hacks | ||||
|
||||
Feature:The
CSS Anthology: 101 Essential Tips, Tricks and Hacks So Rachel Andrew's CSS Anthology: 101 Essential Tips,Tricks and Hacks is
certainly timely and helpful. Rachel takes a gradual but very informative
approach, introducing CSS concepts before rushing off to do the tricks. The
first four chapters emphasize basics, text styling, and then use of images
with CSS. This party had not grasped that users can attach an image (or any
CSS formatting directive)to just about any HTML tag. Thus a a table <TD>
or a <H1> header can have their own background images just like a <BODY>tag. Very
useful. However, the next two chapters on CSS with tables and forms brings some great examples of what can be done with CSS and div based regions. Rachel neatly handles the alternating table row color problem. And the CSS calendar is especially interesting because Rachel shows how a few simple changes make it into a mini calendar. One can see why so much JavaScript calendaring software starts with a CSS base. The chapter on CSS positioning and layout was particularly helpful. It discusses and shows exactly how to setup various 2 column web page layouts using CSS positioning .Rachel discusses some other trade-offs and cautions. Finally, all along in the book Rachel has been advising us when the browsers fail or fail to agree on implementation(guess how often IE is amiss?). In the last sections she provides some Hacks to get IE primarily on side for some very useful In sum, this book is very approachable and has an easy FAQ style with lots of code snippets and illustrated examples. A website with complete, downloadable code is provided. On several occasions Rachel shows us CSS coding alternatives - which adds insight on trade-offs. If you want to get up to speed in CSS and don't like the textbook approach, Rachel Andrew's 101 Essential Tips, Tricks, and hacks is a bit dear at $40US until you absolutely, positively need to know how to make elements translucent using CSS across all browsers. (c)JBSurveyer 2005 Top of Page Home Tutorials The CSS Anthology: Tips, Tricks and Hacks |