vote up 9 vote down star
7

Hi friends,

I know basic CSS to the point that I can write simple style sheets which actually adds simple decoration to the html elements. (like border, text-color, background, font etc.)

But I just realized that CSS is much more than that. One can actually build menus, tabs, arrange divs to come up with a http://news.google.com sort of page layout. And I want to know all these nifty tricks now.

Any book which you guys would like to suggest which can help me in learning these things? Any online video tutorial which you would like to share is also welcome.

Cheers !!

[Please be nice while replying :-) ]

flag

10 Answers

vote up 6 vote down check

Here's one I found an excellent book to read:

CSS Mastery

A site with excellent examples of really just about everything you cna do with CSS

CSS Play

link|flag
@Colin, "CSS Mastery" actually looked very interesting to me. I downloaded a sample chapter and seems like exactly what i need. Thanks for suggesting. – peakit Jul 9 at 15:30
Make sure to look at CSS Play. It has downloadable tutorials with very clear and concise CSS. It was a tremendous resource for me. – Colin Jul 9 at 15:34
Colin, I am unable to find the "downloadable tutorials" on CSS Play. Could you please post the exact link to the tutorials. Thanks for helping. – peakit Jul 9 at 15:48
Hmm they seem to have changed things around a bit. Still very doable though, check out this tutorial, the page itself IS the tutorial, you can download the css and see how it's done. cssplay.co.uk/menus/flyoutt.html – Colin Jul 9 at 16:28
vote up 3 vote down

Obviously, this is not a book, but one of the best tools to learn CSS is Firebug. You can see the current styles and change them dynamically on ANY web page. If you see something you like, use Firebug to inspect it. Then change some of the values. Instant gratification.

Also familiarize yourself with these projects: Blueprint CSS & The YUI CSS Foundataion

link|flag
vote up 2 vote down

The Zen of CSS Design was key when I was first learning how to use CSS for layout instead of tables.

link|flag
vote up 2 vote down

I don't have any books but I tend to have a look at http://www.mezzoblue.com/zengarden/resources/ . I have been using since I found the CSS Zen Garden and find it quite useful

link|flag
vote up 2 vote down

I think that Eric Meyer's CSS: The Definitive Guide is excellent for both a learning book and a reference. He does a good job of explaining all the ins and outs of CSS but it's written in such a way that you can understand it even if you go in not knowing any CSS (which is what I did).

link|flag
vote up 1 vote down

The guru of CSS is Eric Meyer. I recommend browsing his articles at http://meyerweb.com/eric/css/ and checking out his books (listed on that page as well).

One virtue of using Eric as your primary source is that "advanced" CSS can sometimes lead to poorly constructed CSS that is difficult to maintain; Eric will never steer you wrong in this way.

link|flag
vote up 1 vote down

Here's a good book for advanced CSS techniques: http://www.amazon.com/CSS-Mastery-Advanced-Standards-Solutions/dp/1590596145

link|flag
@Sreenath, thanks for suggesting this. As said above in Colin's comment, this is the book i am looking for. – peakit Jul 9 at 15:45
vote up 0 vote down

My personal favorite right now is the one I used to learn : Stylin' with CSS
If you have some basic knowledge of how to change elements but want to learn how inheritance and larger-scale schemes and formats work, I'd suggest it, as it's not for complete beginners but it starts slow enough to give you as much information as you'll ever need, and more.

link|flag
vote up 0 vote down

http://htmldog.com/ is an excellent place to start learning code, as well as the theories of web design.

link|flag
vote up 0 vote down

CSS Mastery is a great start. To go even more advanced I also recommend Andy Clarke's Transcending CSS.

And two good online resources which haven't been mentioned:

They do have a broader focus, but that's mostly because lead the pack and covered the vitals very early, so have a look in the archives, especially on A List Apart. E.g. the Sliding Doors article from 2003(!) is still among the better ways to make a tabbed navigation today.

Oh, and I almost forgot, the CSS Discuss mailing list. I've lost count how many times I've gotten help there when I've been stuck.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.