The Best Way To Learn Css!

Discussion in 'HTML & Website Design' started by franklindeleon, Jan 11, 2007.

  1. Lurkinback

    Lurkinback Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #21
    I totally agree with everyone who has said W3schools! It's a great place for new starters. Also I would recommend getting the developer tools plugin for Firefox. Using that you can see what CSS has been written for a site and also use it to show you what you're looking at on the screen as well as the written code. :D
     
    Lurkinback, Jan 13, 2007 IP
  2. ThemePorter

    ThemePorter Active Member

    Messages:
    203
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    60
    #22
    get basics of CSS cleared from w3schools.com, then move on to CSS Zen Garden....
     
    ThemePorter, Jan 15, 2007 IP
  3. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #23
    Learning CSS isn't just about learning a language. It's about re-learning HTML itself. CSS will only get you so far without a proper document structure, and even then you have to avoid falling into the trap of designing the site using Internet Explorer ("But it worked fine in IE! Why isn't it working in FIreFox?")

    If you really want to learn about proper semantic HTML and CSS, you'll want to read Designing With Web Standards, 2nd Edition by Jeffrey Zeldman, before touching a single line of code. This book will help you "un-learn" everything you know about HTML and will get you started on the language's proper use and coding habits, which will make understanding CSS that much easier.
     
    Dan Schulz, Jan 18, 2007 IP