W3C CSS Validator results for http://www.lookstidy.co.uk/ (CSS level 2.1)

Congratulations! No Error Found.

This document validates as CSS level 2.1 !

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%2Fwww.lookstidy.co.uk%2F&profile=css21&usermedium=all&warning=1
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

Warnings (2)

URI : http://www.lookstidy.co.uk/css/lookstidy.css

363 #pagecurl In (x)HTML+CSS, floated elements need to have a width declared. Only elements with an intrinsic width (html, img, input, textarea, select, or object) are not affected
575 #menu li In (x)HTML+CSS, floated elements need to have a width declared. Only elements with an intrinsic width (html, img, input, textarea, select, or object) are not affected

↑ Top

Valid CSS information

* {
margin : 0;
padding : 0;
}
html {
height : 100%;
font-size : 62.5%;
}
body {
background-image : url(../images/purple_strip.jpg);
background-repeat : repeat-x;
line-height : 18px;
font-family : Arial, Helvetica, sans-serif;
background-color : #990066;
font-size : 1.5em;
color : #ffffff;
}
h2, h3, p, .projectContainer img {
display : block;
margin-bottom : 18px;
}
a {
font-style : normal;
color : #cccccc;
text-decoration : none;
}
a:hover {
color : #cccccc;
font-style : normal;
text-decoration : underline;
}
#wrapper {
background : url(../images/header_logo.jpg) no-repeat;
margin : 0 auto;
padding : 250px 52px 50px;
width : 622px;
top : -8px;
}
#wrapper_photography {
margin : 0 auto;
padding : 250px 52px 50px;
width : 622px;
top : -8px;
background-image : url(../images/header_camera.jpg);
background-repeat : no-repeat;
}
#wrapper_accessibility {
margin : 0 auto;
padding : 250px 52px 50px;
width : 622px;
top : -8px;
background-image : url(../images/header_iphone.jpg);
background-repeat : no-repeat;
}
h1 {
position : absolute;
top : -100px;
}
h2 {
font-size : 1.3em;
line-height : 36px;
font-weight : normal;
text-transform : uppercase;
padding-right : 10px;
text-align : right;
}
h3 {
font-size : 36px;
font-weight : normal;
}
h4 {
font-size : 1em;
font-weight : bold;
text-transform : uppercase;
margin-top : 25px;
margin-bottom : 7px;
border-bottom : 1px;
border-bottom-color : #cccccc;
border-bottom-style : solid;
}
#about h2 {
background-image : url(../images/banner_about.gif);
background-repeat : no-repeat;
}
#previews h2 {
background-image : url(../images/banner_previews.gif);
background-repeat : no-repeat;
}
#websites h2 {
background-image : url(../images/banner_websites.gif);
background-repeat : no-repeat;
}
#accessibility_banner h2 {
background-image : url(../images/banner_accessibility.gif);
background-repeat : no-repeat;
}
#textsize h2 {
background-image : url(../images/banner_textsize.gif);
background-repeat : no-repeat;
}
#icons h2 {
background-image : url(../images/banner_icons.gif);
background-repeat : no-repeat;
}
#accesskeys h2 {
background-image : url(../images/banner_accesskeys.gif);
background-repeat : no-repeat;
}
#photography_banner h2 {
background-image : url(../images/banner_photography.gif);
background-repeat : no-repeat;
}
#pdfs h2 {
background-image : url(../images/banner_pdf.gif);
background-repeat : no-repeat;
}
.thumbnails {
height : 216px;
width : 640px;
}
.thumbnails img {
float : left;
margin-right : 14px;
margin-bottom : 17px;
}
img {
border : 1px;
border-color : #ffffff;
border-style : solid;
}
.projectContainer {
padding-top : 18px;
padding-bottom : 17px;
color : #ffffff;
border-bottom-width : 15px;
border-bottom-style : solid;
border-bottom-color : #330033;
}
.backToTop {
font-size : 12px;
text-align : right;
background-image : url(../images/up_arrow.gif);
background-repeat : no-repeat;
background-position : right;
padding-right : 30px;
line-height : 25px;
font-size : 0.8em;
}
.backToTop, #portfolio h2 {
margin : 0;
}
:target {
background : url(../images/selected-highlights.gif) no-repeat 100% 36px;
}
#portfolio :target {
background : url(../images/selected-portfolio.gif) no-repeat 100% 0;
}
#pagecurl {
float : right;
}
#footer {
width : auto;
height : 125px;
background-image : url(../images/footer_strip.gif);
background-repeat : repeat-x;
border-top-width : 0;
border-top-style : none;
margin-top : 0;
margin-bottom : 0;
text-decoration : none;
background-position : left;
}
#footergraphic {
width : auto;
height : 125px;
background-image : url(../images/footer.gif);
background-repeat : no-repeat;
border-top-width : 0;
border-top-style : none;
margin-top : 0;
margin-bottom : 0;
text-decoration : none;
background-position : center;
}
p.footer-left {
float : left;
padding-top : 0;
padding-left : 5px;
width : auto;
color : #ffffff;
text-align : left;
margin-top : 20px;
margin-right : 0;
margin-bottom : -45px;
margin-left : 0;
line-height : 17px;
text-decoration : none;
}
p.footer-left a {
color : #ffffff;
font-weight : normal;
text-decoration : none;
top : auto;
background-image : none;
}
p.footer-left a:hover {
color : #cccccc;
text-decoration : underline;
}
p.footer-right {
float : right;
padding-right : 5px;
width : 330px;
color : #ffffff;
text-align : right;
margin : 92px 0 0 0;
line-height : 17px;
text-decoration : none;
}
p.footer-right a {
color : #ffffff;
font-weight : normal;
text-decoration : none;
}
p.footer-right a:hover {
color : #cccccc;
text-decoration : underline;
}
.block {
margin-top : 15px;
border-bottom-width : 15px;
border-bottom-style : solid;
border-bottom-color : #330033;
}
a.popup {
padding-right : 18px;
background : transparent url(images/icon_popup.gif) no-repeat center right;
}
a[href$=".pdf"] {
padding-right : 18px;
background : transparent url(images/icon_pdf.gif) no-repeat center right;
}
#pad {
height : 140px;
}
#menu {
padding : 0;
list-style : none;
}
#menu li {
float : left;
margin-left : 0;
margin-bottom : 15px;
}
#menu li a {
display : block;
height : 40px;
line-height : 40px;
padding : 0 20px;
float : left;
color : #ffffff;
text-align : center;
background-color : #330033;
width : 84px;
}
#menu li a:hover {
background : #990066 url(../images/hover.gif) no-repeat bottom center;
text-decoration : none;
}
#home #nav_home a, #about #nav_about a, #websites #nav_websites a, #photography #nav_photography a, #accessibility #nav_accessibility a {
background-color : #000000;
}

↑ Top