Excellent! :DQuote:
Originally Posted by Peppy
You nested two rules (indented for clarity):Quote:
What did I overlook now?
This is illegal in CSS. It should be written:Code:.kisser {
position:absolute;
top:0;
left:0;
visibility:hidden;
z-index: 45;
body {
background: url(http://free.pages.at/lifeisbutadream/missu/image/satinblue.jpg);
}
}
Notice the difference in the position of the braces.Code:.kisser {
position:absolute;
top:0;
left:0;
visibility:hidden;
z-index: 45;
}
body {
background: url(http://free.pages.at/lifeisbutadream/missu/image/satinblue.jpg);
}
Mike
