Hello!
I am looking to learn some CSS so I can work on the site, and build fun portfolios, etc. etc. etc.
Does anyone have insight in to some books for beginners? I literally know nothing of it, other than its basic principle and would like to
Christmas is coming up and I'd like to get some new books!
Replies
Here's a free tip on how every default.css file should start...
body {margin:0px;}
Removing all margins from the base page element is always a good idea for css files. It helps you to start with a blank slate, and can help to solve cross-browser bugs that might show up later. Nipping it in the bud, if you will. One of the most common cross-browser bugs when using CSS is how different browsers render margins and padding. Margins and padding can be very useful for relative elements, but you have to always be sure to test them extensively.
GL
TOMAS
http://www.tomas-book.com/
I learned a lot of what I know from [ame="http://www.amazon.com/HTML-XHTML-Sixth-Elizabeth-Castro/dp/0321430840"]HTML, xTHML, and CSS Visual Quickstart Guide[/ame] and supplemented the knowledge with blogs like [ame="smashingmagazine.com"]Smashing Magazine[/ame]. That might be something you'd want to look into too.
I also have to give another recommendation to WC3 schools. I learned pretty much all of my basic knowledge from there. It's thorough and easy to follow along with.
Good luck:)
There are more books from this same publisher, which delve more into specific CSS/web design topics.
They will help you visually learn the process in a more fun way (w3schools is quite bland, its great for reference later, but harsher to learn from initially).
Hope that helps!