Jump to content
WebFlake
  • 0

Background is "a bit bugged"


sayaloli1

Question

hey guys i tried to add a background to a edited skin but its just a little image on the left top, heres a screen : 

8HjOc.png

 

it should be the background of the "hole" site

heres my code :

body {
 
	background:#212121  url("{style_images_url}/bg.png") no-repeat;
	color: #bcbcbc;
	font: normal 11px tahoma, helvetica, arial, sans-serif;
	position: relative;
	padding-bottom: 20px;
        background-attachment:fixed;
}

 

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
body {
 
	background:#212121  url("{style_images_url}/bg.png") repeat;
	color: #bcbcbc;
	font: normal 11px tahoma, helvetica, arial, sans-serif;
	position: relative;
	padding-bottom: 20px;
        background-attachment:fixed;
}

change no-repeat by repeat

Best Regards
Titcrunch

French webdesigner in camel Design, Support, help and tutorials in : Forum Camel Design.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...