does anyone have any easy css tutorials for a beginner? (for like backgrounds and content boxes and etc etc.. i know its a lot to ask, but i just need the basics.)
if so please, please, please send them to me.
tnanks!
:-)
does anyone have any easy css tutorials for a beginner? (for like backgrounds and content boxes and etc etc.. i know its a lot to ask, but i just need the basics.)
if so please, please, please send them to me.
tnanks!
:-)
*****Thread Moved to programing help*****
I find W3Schools' tutorials to be very good for people just starting to learn a new programming language. You can find the tutorial for CSS here:
http://www.w3schools.com/css/default.asp
W3Schools is a mixed bag. Some good information, some bad practices. The CSS info is probably good, but you should read some other sources for comparison. W3 has a page dedicated to resources for learning CSS, but I don't know if they're any better than W3Schools.
Once you're familiar with CSS, you'll want to keep a link to the CSS specs close at hand, since they're the final word on what CSS is and does.
Be sure to read all pages linked in this post; they have further information that should prove useful. When asking for help, make sure you follow Eric Raymond's and Jon Skeet's guidelines for prompt, accurate responses. Please answer any questions I ask; they're not rhetorical (probably). Any posted code is intended as illustrative example, rather than a solution to your problem to be copied without alteration. Study it to learn how to write your own solution.Misson, not Mission.
I usually go to http://css-tricks.com/ for the screencasts and it is really helpful as you can see the effect without the usualy wording confusion and etc.
Also try out using firefox with firebug and web developer toolbar plugins![]()
it helps a lot to see the effects instantly without a reload!