To learn CSS, you simply start doing it. Stop reading, and start playing.
The cross browser stuff, is all bullshit. Proper CSS, works in all browsers. It comes down to not listening to others and finding out for yourself.
All frameworks are piles of trash CSS that will teach you nothing and start you backwards. Stay away from short hand, lots of little tricks don't work in short hand CSS so if you learn it first you are missing out.
And finally.. Create CSS in sections, and save them. Like a html frame and basic css layout can be reused over and over. If you make special list menus, save them and the css. At least 80% of your designs can be reused, the 20% is what you change out to make it look different, so your work load is seriously reduced.
|