Chapter 4. Establishing CSS Guidelines
What You Will LearnIn this lesson, you will:Specify page properties in CSSCreate Contribute-friendly style classesUpdate older CSS naming conventionsLimit available stylesAttach design-time style sheets
Approximate TimeThis lesson takes approximately one hour to complete.Lesson FilesMedia Files:NoneStarting Files:LessonFiles/Lesson_04/depts/maternity/goinghomeLessonFiles/Lesson_04/depts/pt/indexLessonFiles/Lesson_04/css/bg_ct.cssCompleted Files:FinalFiles/Lesson_04/depts/maternity/goinghomeFinalFiles/Lesson_04/depts/ pt/indexFinalFiles/Lesson_04/css/bg_ct.cssFinalFiles/Lesson_04/css/bg_filter.cssFinalFiles/Lesson_04/css/bg_member.cssAlthough it hasn't happened overnight, the use of Cascading Style Sheets (CSS) is certainly a revolution in the making. More and more Web designers are turning to CSS to provide a more flexible and accessible layout. Much of the impetus toward CSS is a rejection of convoluted, difficult-to-modify table-based design. The rise of CSS is further enhanced by the increasing emphasis on Web standards and accessibility.The Web designer's tool chest is keeping pace with CSS. In Macromedia Dreamweaver MX 2004, CSS took center stage with advanced rendering, automatic style creation, and tag-level style inspection. Macromedia Contribute 3 embraces Dreamweaver's CSS advances and provides a few of its own, especially in the area of style sheet controland control is the primary area of concern for Contribute-enabled sites.Most Web designers work intensely to create an overall design for a site, right down to the smallest details. Turning over content control is one thing, but few designersor their clients who approve the designare pleased with the variations possible in an unfettered environment. Luckily, Dreamweaver and Contribute form a potent combination that offers a full range of design-control optionsfrom disabling any styling to allowing the user to create her own styles.Dreamweaver's Rename CSS feature is great for making obscure style names Contribute-friendly.