W3C CSS Validator results for http://mppierce66.home.comcast.net/ (CSS level 3)

Congratulations! No Error Found.

This document validates as CSS level 3 !

To show your readers that you've taken the care to create an interoperable Web page, you may display this icon on any page that validates. Here is the XHTML you could use to add this icon to your Web page:

Valid CSS!
<p>
    <a href="http://jigsaw.w3.org/css-validator/check/referer">
        <img style="border:0;width:88px;height:31px"
            src="http://jigsaw.w3.org/css-validator/images/vcss"
            alt="Valid CSS!" />
    </a>
</p>
            
Valid CSS!
<p>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
    <img style="border:0;width:88px;height:31px"
        src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
        alt="Valid CSS!" />
    </a>
</p>
        

(close the img tag with > instead of /> if using HTML <= 4.01)

If you like, you can download a copy of this image to keep in your local web directory, and change the XHTML fragment above to reference your local image rather than the one on this server.

If you would like to create a link to this page (i.e., this validation result) to make it easier to re-validate this page in the future or to allow others to validate your page, the URI is:

http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fmppierce66.home.comcast.net%2F
or
http://jigsaw.w3.org/css-validator/check/referer (for HTML/XML document only)

(Or, you can just add the current page to your bookmarks or hotlist.)

↑ Top

Valid CSS information

body {
font : normal normal 100% Tahoma, Arial, sans-serif;
margin : 0;
padding : 0;
}
.clear {
clear : both;
}
#header {
background : #ddd;
border-bottom : 1px solid black;
position : relative;
height : 3.5em;
}
#header h1 {
font : normal normal 3em/1.05em "Times New Roman", Times, serif;
position : absolute;
bottom : -0.21em;
margin : 0;
padding : 0 0 0 0.25em;
}
#header ul {
font-size : 0.7em;
line-height : 1em;
position : absolute;
right : 5px;
bottom : -0.09em;
margin : 0;
padding : 0;
}
#header ul li {
list-style : none;
display : inline;
}
#header ul li a {
font-weight : bold;
text-decoration : none;
padding : 0 2px 0 2px;
color : #000;
background : transparent;
}
#header ul li a:hover {
color : #fff;
background : #000;
}
#leftnav {
float : left;
width : 7em;
border-right : 1px solid black;
background : #ccc;
color : #000;
text-align : right;
padding-bottom : 0.25em;
}
#leftnav h3 {
font-size : 0.9em;
border-top : 1px dotted #fff;
border-bottom : 1px dotted #fff;
margin : 0.75em 0 0 1px;
padding : 0.1em 0.25em 0.1em 0;
background : #bbb;
}
#leftnav ul.links {
font-size : 0.8em;
list-style : none;
margin : 0;
padding : 0;
}
#leftnav ul.links li {
margin : 0;
padding : 0;
}
#leftnav ul.links a, #leftnav ul.links a:visited {
color : #000;
display : block;
text-decoration : none;
padding : 0 0.3em 0 0;
margin : 0;
width : 8.45em;
}
#leftnav ul.links a:hover {
background : #aaa;
font-weight : bold;
}
#leftnav #buttons {
margin : 0.25em 0.25em 0 0;
padding : 0;
list-style : none;
line-height : 10px;
font-size : 10px;
}
#leftnav #buttons li a img {
border : none;
}
#leftnav #buttons li img {
height : 15px;
width : 80px;
}
#wrapper {
border-left : 7em solid #ccc;
}
#contents {
font-size : 0.9em;
margin : 0;
padding : 0.5em 5px 0.25em 0.75em;
border-left : 1px solid #000;
}
#contents h2 {
font-weight : bold;
font-size : 1.5em;
margin : 0;
}
#contents h3 {
font-weight : normal;
font-size : 0.8em;
padding-left : 2em;
margin : 0;
}
#contents p {
margin : 0;
padding : 0 0 0.75em 0;
}
#contents a {
text-decoration : none;
color : #999;
border-bottom : 1px solid #999;
}
#contents a:hover {
background-color : #ccc;
color : #555;
border-bottom : 1px solid #555;
}
#footer {
clear : both;
border-top : 1px solid black;
border-bottom : 1px solid #eee;
font-size : 0.7em;
background : #ccc;
padding : 0.25em 0.5em;
}
#footer p {
margin : 0;
float : left;
}
#footer a, #footer a:visited {
color : #000;
}
#footer a:hover {
background : #eee;
}
#footer a.button, #footera.button:visited {
display : block;
float : right;
text-decoration : none;
margin : 0 0 0 5px;
padding : 0 1px;
border : #666 solid 1px;
color : #666;
}
.zg_div {
margin : 0 5px 0 5px;
width : 120px;
float : right;
}
.zg_div_inner {
border : #666666 solid 1px;
background-color : #dddddd;
color : #666666;
text-align : center;
font-family : arial, helvetica;
font-size : 11px;
}
.zg_div a, .zg_div a:hover, .zg_div a:visited {
color : #3993ff;
background : inherit !important ;
text-decoration : none !important ;
border : none !important ;
}

↑ Top