Hi I am a CS student and can program in c++. I know the basics of HTML and quite a lot of Java Script too. I am learning PHP and want to learn CSS. Please guide me about how and where to start.
Course the best way to learn is to do. Build a small dummy site with some demanding layout and styling techniques and work through issues as you go. Or if you have a personal site that you'd like to spruce up, do a new version of it?
tangor
2:08 pm on Feb 25, 2010 (gmt 0)
CSS is not quite a tooth ache if done in steps:
Text styling (foremost) Divs and Floats (the Main Thing) Then (if needed) all the rest.
Bits and pieces. Learn to use that master css file for the site with text styling first, then dive into the site wide divs second. Get that part done and then the on page variations will begin to make sense.
Pozo
10:50 am on Feb 26, 2010 (gmt 0)
Thank you limbo and tangor,
The forum definitely has got good stuff. Looking at css in steps has helped me and has started making sense. :)
joiseymike
6:27 pm on Feb 26, 2010 (gmt 0)
Some things I'd toss into tangor's list..
Text styling (foremost)
Know the difference between inline and block elements, and what HTML elements are which (there are other types, but they're the main ones)
Divs and Floats (the Main Thing)
Conditional comments to load version specific CSS.