CSS
alanclarkdesign (126 points) | Mon, 2009-12-07 16:06Can anyone point me in the direction of some decent CSS tutorials? I have only just started looking at CSS and from a layout perspective I am tearing my hair out - it's taking me at least 10 times longer to create layouts than if I was using tables.
Thanks in advance.
Commenting on this Forum topic is closed.
http://www.webmonkey.com/
http://www.w3.org/Style/Examples/011/firstcss
CSS Cheat Sheet:
http://lesliefranke.com/files/reference/csscheatsheet.html
Find EVERYTHING here:
http://www.alvit.de/handbook/
The Construct Agency
Building Creative Brands for People
Thanks for the links - as a table junkie, organising layouts in CSS was giving me a headache!
It's really much faster and simpler once you get your head wrapped around it. You just need to learn how float, clear, overflow, and a few other properties work. Then you'll be a CSS ninja in no time.