Using CSS3 is allowed and encouraged. To modify Firefox to allow for CSS3
To add a menu item to Validate CSS3 by URL
- In the Web Developer Bar (not the main toolbar) click on Tools
- Click on Edit Tools
- Select Tools from the sidebar at the left
- Select Validate CSS under Description. This will highlight that item.
- Click on the Edit… button on the bottom
- Copy the URL from the URL text box.
- The click on Cancel.
- Back in the Tools area, click on the Add… button
- In the Description enter CSS3
- Add a keyboard shortcut if desired
- Select the URL radio button
- Paste the URL into the URL text box
http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=- Change css2 to css
- Click Ok
- There should now be a new option in the Web Developer Bar under tools that says Validate CSS3
For Local files,
- In the Web Developer Bar (not the main toolbar) click on Tools
- Click on Edit Tools
- Select Validation from the sidebar at the left
- In the middle there is an area for Validate Local CSS next to Profile, select the CSS 3 radio button and click on OK
- Local files can now be validated for CSS3
<meta name="author" content=".......Enter your name.......">
<meta name="date" content=".......Enter month and year of webpage.......">
<meta name="description" content=".......Enter web page description.......">
<meta charset="UTF-8">
<!-- Begin Footer -->
<footer>
<script>
document.write("Last Updated: " + document.lastModified)
</script>
<p>Oklahoma City Community College does not necessarily endorse the content
or respective links of this page.</p>
</footer>
<!-- End Footer -->
/" ----------------------
FileName: xxxxx.css
Date: mm/dd/yyyy
Author: Your Name
---------------------- "/
/"------------------------------------------------------------------
COLORSBackground: #FFFFFF (white)
Content: #000 (black)
Header h1: #F00 (red)
Footer: #c6c6c6 (gray)a (standard): #0000FF(blue)
a (visited): #0F0 ( bright green)
a (active): #FF0000 (red)TYPOGRAPHY
Body: 1em Tahoma, Verdana, Arial
Headers: 2.7em/1.3em "Times New Roman", Georgia, serif;
Navigation Buttons: .75em Tahoma, Verdana, Arial;
Notes: decreasing heading by 0.4em with every subsequent heading level
-------------------------------------------------------------------"/
http://apollo1.occc.edu/user#####/jschapter##
(user##### will be replaced by the login you received from your instructor and jschapter## with be replaced by the chapter number.)