css question
css question
Out of context: Reply #1
- Started
- Last post
- 3 Responses
- emecks0
you won't create a page with CSS alone.
CSS styles XHTML elements.
Think of it like the XHTML elements are the bricks and mortar, CSS is the carpets, paint, light fittings etc etc....
Your best bet to start learning CSS / XHTML is to learn the box model first, sounds difficult maybe but you'll have it in 20 minutes maximum!
http://redmelon.net/tstme/box_mo…
Then this list gives you all the styles you can apply and how to apply them:
http://www.ilovejackdaniels.com/…good luck!!