Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html><head><title>background-position</title> <style type="text/css"> body { background-image:url(PinkBackground.jpg); background-repeat:repeat-x; background-position: bottom ; } </style> </head><body> </body></html>
warum nimmt Firefox und Opera das: bottom nicht wie der IE
Dies ist die Seite http://www.vitu.org/Test2.html
Und dies das Bild
http://www.vitu.org/PinkBackground.jpg
Vielen Danke
Kommentar