| Autor |
Nachricht |
cross_2_dead
Threadersteller
Dabei seit: 11.01.2006
Ort: Erftstadt
Alter: 20
Geschlecht:
|
Verfasst So 29.04.2007 14:44
Titel [CSS] Problem mit "background-position" im firefox |
 |
|
Hi Leute Habe folgendes Problem. Der folgende Quelltext wird im IE korrekt angezeit, im FF allerdings garnicht. Wo ist der Fehler?
CSS-Datei:
| Code: | body {
margin: 0px;
padding: 0px;
background: url(higu.gif);
background-repeat: no-repeat;
background-position: left bottom;
background-color: #510000;
} |
Schonmal Danke
Zuletzt bearbeitet von cross_2_dead am So 29.04.2007 14:44, insgesamt 1-mal bearbeitet
|
|
| |
|
 |
jensen-OMAHD
Dabei seit: 20.06.2005
Ort: Nürnberg
Alter: -
Geschlecht: -
|
Verfasst So 29.04.2007 15:13
Titel Re: [CSS] Problem mit "background-position" im fir |
 |
|
| cross_2_dead hat geschrieben: | Hi Leute Habe folgendes Problem. Der folgende Quelltext wird im IE korrekt angezeit, im FF allerdings garnicht. Wo ist der Fehler?
CSS-Datei:
| Code: | body {
margin: 0px;
padding: 0px;
background: url(higu.gif);
background-repeat: no-repeat;
background-position: left bottom;
background-color: #510000;
} |
Schonmal Danke |
Hey, probier mal bitte das.
| Code: |
background: url(higu.gif) no-repeat fixed;
background-position: bottom left;
|
|
|
| |
|
 |
cross_2_dead
Threadersteller
Dabei seit: 11.01.2006
Ort: Erftstadt
Alter: 20
Geschlecht:
|
Verfasst So 29.04.2007 15:33
Titel
|
 |
|
hey cool, danke ! Funktioniert!
|
|
| |
|
 |
| |
|
 |
| Ähnliche Themen |
[CSS] Firefox 1.5 und background-position: bottom
CSS background-position center bei Firefox
[CSS] Firefox zeigt background-image nicht an
Firefox/IE, CSS & background image
Position:absolute Problem im Firefox
css problem mit background
|
 |