CSS - hvorfor spørg jeg blot ??
W3C CSS Validator Results with object : http://www.strandboerne.dk/css/strandboerne.cssGo to Warnings
Go to your validated Cascading Style Sheet
Back to CSS Validator
--------------------------------------------------------------------------------
Congratulations, this document validates as CSS!
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 HTML you could use to add this icon to your Web page:
<p><a href=\"http://jigsaw.w3.org/css-validator\"><img style=\"border:0;width:88px;height:31px\"
src=\"http://jigsaw.w3.org/css-validator/images/vcss.gif\"
alt=\"Valid CSS!\"></a></p>
If you like, you can download a copy of this image to keep in your local web directory, and change the HTML 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://www.strandboerne.dk/css/strandboerne.css
or http://jigsaw.w3.org/css-validator/check/referer (for HTML document only)
(Or, you can just add the current page to your bookmarks or hotlist.)
--------------------------------------------------------------------------------
Warnings :
URI : http://www.strandboerne.dk/css/strandboerne.css
Line : 120 Level : 1 You have no color with your background-color : .boks1
--------------------------------------------------------------------------------
To work as intended, your CSS style sheet needs a correct document parse tree. This means you should use valid HTML.
--------------------------------------------------------------------------------
Your validated Cascading Style Sheet :
body {
background-repeat : no-repeat;
background-attachment : fixed;
}
a:link {
text-decoration : none;
text-transform : capitalize;
font-family : \"Times New Roman\", serif;
font-weight : bold;
font-size : 14px;
color : rgb(50,0,255);
background-color : inherit;
}
a:visited {
text-decoration : none;
text-transform : capitalize;
font-family : \"Times New Roman\", serif;
font-weight : bold;
font-size : 14px;
color : rgb(50,0,255);
background-color : inherit;
}
a:active {
text-decoration : none;
text-transform : capitalize;
font-family : \"Times New Roman\", serif;
font-weight : bold;
font-size : 14px;
color : rgb(50,0,255);
background-color : inherit;
}
a:hover {
text-decoration : underline overline;
color : rgb(255,0,0);
font-size : 14px;
background-color : inherit;
}
h1 {
font-family : \"Times New Roman\", serif;
font-size : 22px;
text-align : center;
text-decoration : underline;
text-transform : capitalize;
}
#fed {
font-weight : bold;
}
#underline {
text-decoration : underline;
}
#kursiv {
font-style : italic;
}
#fu {
font-weight : bold;
text-decoration : underline;
}
.boks1 {
position : absolute;
top : 50%;
left : 25%;
right : 50%;
width : 150px;
height : 27px;
border-width : 2px;
border-style : solid;
border-color : black;
background-color : white;
text-align : center;
}
.normal {
font-family : \"Times New Roman\", serif;
font-size : 16px;
}
.copyright {
font-family : \"Times New Roman\", serif;
font-size : 12px;
}
--------------------------------------------------------------------------------
Philippe Le Hégaret & Sijtsche de Jong
Last Updated : 16. april 2001 22:23:18 CEST
Spørgsmålet er ganske enkelt Hvad h... er fejlen/advarslen ????
