|
|
 |
CSS Basics Hands-on Exercises
Download the Practice Site
- Create your site definition in Dreamweaver and download your practice site
- Open the news story for the department's anniversary
/news/2006/93anniversary.html
- Open your site's template and attach the existing style sheet
/Templates/site-shell.html
and attach the style sheet
/common/stylesheet.css
- Save template and update files
- Switch files to your news story and review the changes -- make note of the list item navigation menu in the sidenav region
- Attach another style sheet file
/common/sidenav.css
- Set the "id" attribute on the <td> tag containing your content navigation menu to
id="sidenav"
- Observe how the links and list text in the content navigation menu has changed again after attaching the second style sheet. This demonstrates the cascade at work.
|