Joel Sklar: Web Design with CSS

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    1 Favorite

    Joel Sklar: Web Design with CSS - Presentation Transcript

    1. Web Design with CSS NNE-STC April 2009
    2. Agenda
      • Use precise selection techniques
      • Float text boxes and images with exact control
      • Build flexible or fixed columnar layouts without tables
      • Use more efficient, less complicated code to create complex visual designs
    3. Web Site Make-over Source: http://www.stopdesign.com/
    4. Basic Syntax <style type=“text/css”> body {color: 000;} p {font-family: arial, helvetica, sans-serif; color: ccc; line-height: 1.25em;} </style> Remember inheritance!
    5. Adding Specificity <div id=“main”><p> … </p></div> Descendant div#main p {color: 000;} <div id=“main”> Restricting ID div#main {color: 000;} <p id=“main”> ID #main {color: 000;} <p class=“copy”> Restricting class p.copy {color: 000;} <div class=“copy”> Class .copy {color: 000;} <h1> and <h2> Multiple selectors h1, h2 {color: 000;} Selected Element CSS Selector
    6. Pseudo-classes Links :link :visited :hover Pseudo-elements :first-letter :first-line p.feature:first-letter {color: 000;}
    7. The Box Model
    8. The Box Model
    9. The Normal Flow h1 p p ul body
    10. Positioning h1 div div div body

    + Bill DubieBill Dubie, 7 months ago

    custom

    708 views, 1 favs, 4 embeds more stats

    Web designer and author Joel Sklar's presentation: more

    More info about this document

    © All Rights Reserved

    Go to text version

    • Total Views 708
      • 663 on SlideShare
      • 45 from embeds
    • Comments 0
    • Favorites 1
    • Downloads 19
    Most viewed embeds
    • 33 views on https://learning.umassonline.net
    • 9 views on http://introdhtml.wiki.uml.edu
    • 2 views on http://www.stc-nne.org
    • 1 views on http://www.fachak.com

    more

    All embeds
    • 33 views on https://learning.umassonline.net
    • 9 views on http://introdhtml.wiki.uml.edu
    • 2 views on http://www.stc-nne.org
    • 1 views on http://www.fachak.com

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories