Jump to content

Repetare Background


Go to solution Solved by Simion Marius,

Recommended Posts

Posted

Salut , mi se repeta de 2 ori background-ul pus , stiti cumva cum sa nu mi se mai repete acel background ? 

Am cautat peste tot , am gasit doar un topic dar nu mergea .

Link imagine: :)Aigqpf0.jpg

Posted

Imaginea este 1920x1200 , eu zic ca este destul pentru un background , dar .. pe alte comunitati nu se mista background-ul , ex: www.blazed.ro/forum 

Posted

Da.

#content {
        border:1px solid rgba(255,255,255, 0.15);
	padding: 10px 10px;
	line-height: 120%;
        background: #1f1f2c url('http://i.imgur.com/h0c4QPK.png') repeat-x 100 100;
        background-attachment: fixed;
        margin-top: 20px;
	-webkit-box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.36);

-moz-box-shadow:    1px 1px 13px 0px rgba(0, 0, 0, 0.36);
box-shadow:         1px 1px 13px 0px rgba(0, 0, 0, 0.36);
}

Posted

Modifica codul de mai sus asa:

#content {
        border:1px solid rgba(255,255,255, 0.15);
	padding: 10px 10px;
	line-height: 120%;
        background: #1f1f2c url('http://i.imgur.com/h0c4QPK.png') no-repeat 100 100;
        background-attachment: fixed;
        margin-top: 20px;
	-webkit-box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.36);

-moz-box-shadow:    1px 1px 13px 0px rgba(0, 0, 0, 0.36);
box-shadow:         1px 1px 13px 0px rgba(0, 0, 0, 0.36);
}
Posted

 

Modifica codul de mai sus asa:

#content {
        border:1px solid rgba(255,255,255, 0.15);
	padding: 10px 10px;
	line-height: 120%;
        background: #1f1f2c url('http://i.imgur.com/h0c4QPK.png') no-repeat 100 100;
        background-attachment: fixed;
        margin-top: 20px;
	-webkit-box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.36);

-moz-box-shadow:    1px 1px 13px 0px rgba(0, 0, 0, 0.36);
box-shadow:         1px 1px 13px 0px rgba(0, 0, 0, 0.36);
}

Acceea este cenzura de pe spate , as dorii background-ul .

  • Solution
Posted

Poftim,cred ca la asta te referi.

body {
 
	background: #1a1a1f url("link imagine") repeat-y 0 0% ;
        background-attachment: fixed;
	color: #bcbcbc;
	font: normal 11px tahoma, helvetica, arial, sans-serif;
	position: relative;
	padding-bottom: 20px;

}
  • Upvote 1

Contact Y:M: simion_marius2012 and hazard_samp

Posted

 

Poftim,cred ca la asta te referi.

body {
 
	background: #1a1a1f url("link imagine") repeat-y 0 0% ;
        background-attachment: fixed;
	color: #bcbcbc;
	font: normal 11px tahoma, helvetica, arial, sans-serif;
	position: relative;
	padding-bottom: 20px;

}

Multumesc , a mers.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.