- From: Salek Talangi <Salek.Talangi@gmx.net>
- Date: Sat, 16 Jul 2005 20:04:55 +0200 (MEST)
- To: Bjoern Hoehrmann <derhoermi@gmx.net>
- Cc: eddy@eddyluten.com, www-validator-css@w3.org
Hi,
I think Eddy Luten means he thinks the code is _invalid_
even if the validator says it is valid.
I'd also say it is invalid as the ".." before the "..main"
should be only one ".".
I tried the code in the css-textarea-validator and it
didn't say the code is valid.
So I also don't really understand your mail, Eddy.
Please explain again.
Best regards,
Salek Talangi
> --- Ursprüngliche Nachricht ---
> Von: Bjoern Hoehrmann <derhoermi@gmx.net>
> An: "Eddy Luten.com" <eddy@eddyluten.com>
> Kopie: www-validator-css@w3.org
> Betreff: Re: Invalid CSS?
> Datum: Sat, 16 Jul 2005 13:29:48 +0200
>
>
> * Eddy Luten.com wrote:
> >The CSS validator says:
> >No error or warning found
> >I might be overlooking something, but I really think this code is valid?
>
> Well, you say the style sheet is valid, the CSS Validator says it's
> valid, what's the problem exactly? If you worry about the missing
> "Valid CSS" logo HTML/XHTML code, that's intentionally absent if you
> valid style sheets rather than HTML/XHTML documents.
> --
> Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
> Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
> 68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
>
body {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
background-color: #939573;
background-attachment: fixed;
background-image: url("admin-images/bodybg.gif");
background-repeat: no-repeat;
background-position: right top;
}
..main {
background-color: #B0AB84;
position: absolute;
height: 100%;
width: 750px;
left: 0px;
top: 0px;
z-index: 1;
border-right-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #333333;
border-left-color: #333333;
background-image: url("admin-images/menubg.gif");
background-repeat: no-repeat;
background-position: 7px top;
--
GMX DSL = Maximale Leistung zum minimalen Preis!
2000 MB nur 2,99, Flatrate ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl
Received on Saturday, 16 July 2005 18:06:39 UTC