Hallo Smartstore-profis
Ausgehend von diesem Thema
http://www.smartstore.com/forum/show...ntergrund+bild
wollte ich auch ein Hintergrundbild einbinden. ( mein Layout ist "NET" )
Im Shop und IE funktionierts einwandfrei.......im Firefox und Google Chome wird kein Hintergrundbild angezeigt ?
(Getestet Lokal und Online)
----------------------
Code fürs Bild (screen.css.)
body{
background: url(@media:1@) @color:background@;
color:@color:foreground@;
margin: 0px;
}
---------------------
Code (screen.css.) für den Content-Bereich ( der soll weiss bleiben)
.site{
<sm:script>
if(!toBool(themeParam("fixed"))){
output("width: 100%;");
} else{
output("width: @theme-param:site-width@px;");
output("border-left: 1px solid #000000;");
output("border-right: 1px solid #000000;");
output("border-bottom: 1px solid #000000;");
}
</sm:script>
background: @color:background@;
}
------------------------------
Wie gesagt, es funktioniert einwandfrei. Aber nicht im Firefox und Google Chome...??
Ausgehend von diesem Thema
http://www.smartstore.com/forum/show...ntergrund+bild
wollte ich auch ein Hintergrundbild einbinden. ( mein Layout ist "NET" )
Im Shop und IE funktionierts einwandfrei.......im Firefox und Google Chome wird kein Hintergrundbild angezeigt ?
(Getestet Lokal und Online)
----------------------
Code fürs Bild (screen.css.)
body{
background: url(@media:1@) @color:background@;
color:@color:foreground@;
margin: 0px;
}
---------------------
Code (screen.css.) für den Content-Bereich ( der soll weiss bleiben)
.site{
<sm:script>
if(!toBool(themeParam("fixed"))){
output("width: 100%;");
} else{
output("width: @theme-param:site-width@px;");
output("border-left: 1px solid #000000;");
output("border-right: 1px solid #000000;");
output("border-bottom: 1px solid #000000;");
}
</sm:script>
background: @color:background@;
}
------------------------------
Wie gesagt, es funktioniert einwandfrei. Aber nicht im Firefox und Google Chome...??