Create a css file containing
#demo
{
background: #d5e1ed url(mixedCase/projectLogo.gif) no-repeat center 1.4em;
}
and ctrl-shift-F to reformat it. The result is
#demo {
background: #d5e1ed url(mixedcase/projectlogo.gif) no-repeat center
1.4em;
}
which is quite wrong. The argument to url() should be treated as a literal, and not as an attribute name.
MyEclipse 4.0GA; Eclipse 3.1.