#header ul li a[title="Über uns"] {
background-image:url(images/header.jpg);
}
is said to be an lexical error by Aptana studio because of the Ü in the first line. The W3-Validator says its valid CSS, and also the Browsers understand. So its a bug?
as long as your files are saved and the page is delivered with an encoding that supports german umlauts like "Ü" (utf-8, for example), everything is fine. if so, and Aptana studio still shows an error, it's a bug in Aptana studio.
Workaround for this, if your url is in english:
#header ul li a[href~="about"] {
I think, the Aptana devs just forgot the Umlauts.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With