XHTMLforum

XHTMLforum (http://xhtmlforum.de/index.php)
-   CSS (http://xhtmlforum.de/forumdisplay.php?f=73)
-   -   Hintergrundbild wird im Firefox nicht angezeigt (http://xhtmlforum.de/showthread.php?t=37455)

Goalie2005 04.11.2005 13:53

Hintergrundbild wird im Firefox nicht angezeigt
 
Hallo

ich habe ein zentriertes Div ertsellt - Funktioniert
dann habe ich in dem zentriertem div ein dreispalten Layout erzeugt (mit floats etc) - funktioniert
dem elternelement, also dem zentriertem div (MainCenter) habe ich folgendes zugeweisen (wichtig: hintergrundbild):

body
{
text-align:center;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
line-height:1.2;
color:#000000;
}

#MainCenter
{
background-image:url(../images/layout/background.png);
background-repeat:repeat-y;
width:800px;
margin:0px auto;
text-align:left;
}

#ContentLeft
{
float: left;
width:140px;
}

#ContentMiddle
{
float: left;
margin-left: 10px;
width:500px;
}

#ContentRight
{
float: right;
width:140px;
}

in opera und im IE wird das Bild angezeigt. Im firefox nicht. Woran liegt das oder wie kann ich das Problem lösen? Vielen Dank.

Tigereye 04.11.2005 13:55

Du hast schon einen Thread offen mit dem selben Problem! ;)
http://www.xhtmlforum.de/viewtopic.php?p=43897
Außerdem gibt es eine Codefunktion ;)


Alle Zeitangaben in WEZ +2. Es ist jetzt 11:21 Uhr.

Powered by vBulletin® Version 3.8.11 (Deutsch)
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

© Dirk H. 2003 - 2023