Stephan Liebig
Erfahrenes Mitglied
Ich möchte, dass ein Bild rechts unten am Bildschirmrand gezeigt wird, als Hintergrund. Das wollte ich wie folgt machen:
Im IE klappt das ohne Probleme, aber der FF setzt das falsch. Gibts da wieder ne Lösung?
Code:
<style type="text/css">
body {
background-image: url(images/logo.gif);
background-position:right bottom;
background-repeat:no-repeat;
}
</style>
Im IE klappt das ohne Probleme, aber der FF setzt das falsch. Gibts da wieder ne Lösung?