I learned what I know from here, and Myspace :P
But seriously, my style of learning is mostly from downloading free themes/templates and looking how they do it (Most are just a jungle of Div's and are hard to understand though). Its really fun to mess with other peoples templates to learn from it.
Some tips I learned recently:
- You cannot use the vertical-align tag in a DIV reliably
- In order for text-align to work in a div, the div's width must be set(or to a percentage).
- margin: 0 auto; is very helpful in alignment scenarios...
- background: url('myimage.png') no-repeat; <- declare the background quickly
- border: #000 2px dashed; <- declare the border quickly
Hope some of this helps...
|