Webstatt.org - Community seit 2006 - 2012 (2024?)

background ganz links unten

Avatar user-116
15.06.2006 11:56

hallo wie geht es dass das hintergrundbild ganz unten links angezeigt wird und da immer bleibt??

mfg

acidbuRn aka "Fightingfalcon"
Avatar user-162
15.06.2006 12:04

musst im style position fixed machen, mit left und bottom kannst du den Abstand vom Rand bestimmen

Perfection is not when there’s nothing to add, but when there’s nothing to take away swisscheek.com/magazine
Avatar user-116
15.06.2006 12:08

ja wie kann ich left und bottom in einen befehl geben so gehz ja nicht

background-position: left;
background-position: bottom;

acidbuRn aka "Fightingfalcon"
Avatar user-162
15.06.2006 12:11

mach doch ein spezielles Div dafür


<div id="fensteruntenlinks" style="position: fixed; left: 10px; bottom: 20px;">
<img src="../bild.jpg" alt="Bild unten Links" />
</div>

Perfection is not when there’s nothing to add, but when there’s nothing to take away swisscheek.com/magazine
Avatar user-116
15.06.2006 12:18

nein es soll ja ein hintergrund bild sein!!

acidbuRn aka "Fightingfalcon"
Avatar user-255
15.06.2006 12:34

body{background:url(moep.png) no-repeat bottom left fixed}

Update: fixed ergänzt

Those who can, do. Those who can't, teach. # Musik gehört dem Volk! # last.fm
Avatar user-162
15.06.2006 12:34

wie genau meinst du das???

Perfection is not when there’s nothing to add, but when there’s nothing to take away swisscheek.com/magazine