css
#1
Hello. I am interested in learning CSS. Does anyone know of any good tutorials online. I have been playing with it a little on myspace only.
Reply
#2
I found some tutorials that are referenced on the CSS homepage:
http://www.w3.org/Style/CSS/learning

I have never used any of them so I can't really recommend any..
Reply
#3
Thank you very much. I am not very good with css at all, when i first saw it i thought it was a lot harder than html.
Reply
#4
http://www.freecsstutorial.com/

I found this site and thought it had some good info for designing style sheets.

Quote:CSS Introduction

What is CSS?
CSS (cascading style sheets or style sheets) allows you to specify the style and layout of many web pages at once by making changes to a single style sheet.

Style sheets are files with instructions on how to present a web page(s) in a web browser such as Firefox or Internet Explorer. CSS instructions can be within the web page itself, or in a separate document which is linked to the web page.

CSS allows you to specify properties on one of your web pages. This allows you to make changes to many web pages at once.

Before you learn CSS
Before you learn CSS, you should have at least a basic understanding of HTML/XHTML.

Benefits of CSS

* Your web pages load faster because there is less code to transfer
* There is less code to type
* It is easier to have a consistent look and feel to your entire web site
* Updating and maintaining websites is much easier and less time consuming

CSS also allows you to:

* position text and graphics precisely where you want to
* add rollover effects to links
* control the spacing between letters, lines, margins, web page borders
* specify the units such as centimeters, pixels, points and more
* hide content from certain web browsers in certain situations. An example of this is when you have some content that you want to appear only in your web pages, but not in print.

Web Browser Compatibility
You should know that different web browsers interpret CSS standards in different ways and will want to see how your website looks in at least the most popular browsers. Some older browsers are not able read CSS at all, although this is very rare now and steps can be taken to handle these situations. You will also want to see how your website looks in different screen sizes.
Reply
#5
http://www.w3schools.com/ is a good resource too.
Reply
#6
I checked out the w3schools site, and it's a great find. There's an awful lot there so it just got a big fat permanent book mark. Many thanks, Andrew!
Reply
#7
Definately w3schools is great site for all kind of language for website.
like html, css, xml, javascript. I learned all the basics from there.
Reply
#8
Aw, man, way more than I can absorb. I know it's good to have sources, but I almost do better when I stumble across things one at a time!
Reply
#9
For Learning CSS there are lots of tutorials are available you go for W3schools.It is a great resource for new and old HTML programmers alike. Using this tool you will able to learn quickly.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)