Jump to content
xt:Commerce Community Forum

Hintergrundbild auf 100%


Recommended Posts

Hallo,

Wie ich auch mit "normale css" versuche, ich bekomm nicht hin das mein Hintergrundbild sich stretched auf 100%.

Immer wieder wird es einfach wiederholt auf "x-line"

Hier mein css-stylesheet:

* {margin:0;padding:0}

body {font-family:"Trebuchet MS",Verdana,Arial,Sans-serif; font-size:13px; margin:0; padding:0; background-image :url(../img/tape-measure-_-StreetcodeGPX-stock2897.jpg); height: 100%; width: 100%; background-attachment:fixed; background-color:#FFFFFF;}

Wie bekomm ich das hin?

Noch ne andere Frage:

Die Farbe vom Kategorein Hintergrund ist jetzt Orange, wo kann ich die ändern?

Gruss,

Tom kuiper

Stoffgrosshandel-Holland.de

Link to comment
Share on other sites

  • 1 year later...

versuchs mal hiermit

body {

font-family:"Trebuchet MS",Verdana,Arial,Sans-serif; font-size:13px;

margin:0; padding:0;

background: #FFFFFF url(../img/tape-measure-_-StreetcodeGPX-stock2897.jpg) no-repeat fixed center top;

-webkit-background-size: 100%;

-moz-background-size: 100%;

-o-background-size: 100%;

background-size: 100%;

}

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...