Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: susija su bg

Parašė manex· 2008 Rugp. 5 20:08:30
#1

Sveiki, noriu jusu paklausti kaip reikia ideti bg i theme ir padaryti kad ji nejudetu kaip pasuki peles rutuliuka? jai galite placiau parasykite.

Parašė iNeT· 2008 Rugp. 5 20:08:26
#2

Pakeisk per style.css kad nejudetu

Parašė Žmogus· 2008 Rugp. 5 20:08:59
#3

background-image:url(images/button.gif);
background-repeat:no-repeat;

Parašė manex· 2008 Rugp. 5 20:08:08
#4

tai as klausiu ka rasyt ir kaip ka o as zynau kad style.css

Parašė ex-it· 2008 Rugp. 5 20:08:30
#5

3 postas. :s

Parašė Valuediz· 2008 Rugp. 5 20:08:52
#6

background: url(img/bg.jpg) fixed

Parašė Pongis· 2008 Rugp. 5 20:08:47
#7

tarp body { } įterpk background-attachment: fixed;

Redagavo Pongis· 2008 Rugp. 5 20:08:33

Parašė manex· 2008 Rugp. 5 20:08:48
#8

Nieko nesigaunas stai koda duodu:

body {
font-family:Verdana,Tahoma,Helvetica,Arial,Sans-Serif;
font-size:10px;
background-image:url(images/button.gif);
background-repeat:no-repeat;
background-color:#000;
padding:0px 0px 0px 0px;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

Parašė Valuediz· 2008 Rugp. 5 20:08:49
#9

body {
font-family:Verdana,Tahoma,Helvetica,Arial,Sans-Serif;
font-size:10px;
background:#000 url(images/button.gif) no-repeat fixed center top;
padding:0px 0px 0px 0px;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
}



Parašė manex· 2008 Rugp. 5 20:08:22
#10

EsWOrcs deku bet jau pats susitvarkiau o turejo buti sitaip:

body {
font-family:Verdana,Tahoma,Helvetica,Arial,Sans-Serif;
font-size:10px;
background-image: url(images/bg.gif);
background-repeat: repeat-x;
background-color:#000;
padding:0px 0px 0px 0px;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;

Parašė Pongis· 2008 Rugp. 5 20:08:17
#11

manex, tai ir klausk, kad nesikartotu, o ne nejudėtu!