Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
background repeat

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side
View previous topic :: View next topic  
Author Message
Plejer33



Joined: 11 Oct 2006
Posts: 28
Location: Pula

PostPosted: 08.12.2009 21:06    Post subject: background repeat Add user to your forum ignore list Reply with quote

trebam pomoc oko postavljanja backgrounda u dreamweaveru cs4
kako da postavim bckg i da mi se ponavljat po X-u po dnu ne po vrhu

valjda sam dobro objasnio

hvala
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Moebius



Joined: 26 Jan 2004
Posts: 245
Location: zagreb

PostPosted: 08.12.2009 21:29    Post subject: Add user to your forum ignore list Reply with quote

Code:
background-repeat: repeat-x;

Quote:
kako da postavim bckg i da mi se ponavljat po X-u po dnu ne po vrhu

valjda sam dobro objasnio

nisi, recenica ti je gramaticki horor, ali valjda ovo gore pomaze.
Back to top
View user's profile Send private message Visit poster's website
darkqueliss



Joined: 27 May 2008
Posts: 1058

PostPosted: 08.12.2009 23:29    Post subject: Add user to your forum ignore list Reply with quote

Code:
background: url("images/bckg.jpg") bottom repeat-x;


Last edited by darkqueliss on 09.12.2009 09:04; edited 1 time in total
Back to top
View user's profile Send private message
il collonelo



Joined: 10 Mar 2005
Posts: 28
Location: Zagreb

PostPosted: 09.12.2009 08:35    Post subject: Add user to your forum ignore list Reply with quote

ako se ponavlja po x i po dnu Smile onda valjda ide ovako

background: url("images/bckg.jpg") bottom repeat-x;
Back to top
View user's profile Send private message
zokky



Joined: 10 Feb 2005
Posts: 78
Location: Zgb

PostPosted: 09.12.2009 08:56    Post subject: Add user to your forum ignore list Reply with quote

il collonelo wrote:

background: url("images/bckg.jpg") bottom repeat-x;


Samo da nadodam da se ovo određuje pomoću CSS-a pa nema veze koji alat koristiš za izradu weba. Jednostavno ovo gore stavi u neki CSS rule (koji se odnosi na element u kojem trebaš takvo ponašanje pozadine) i stvar će funkcionirati, npr:

Code:
#container {
      background: url("images/bckg.jpg") bottom repeat-x;
      /* - ostale deklaracije - */
}
[/code]

_________________
lunatico
Back to top
View user's profile Send private message Twitter profile
darkqueliss



Joined: 27 May 2008
Posts: 1058

PostPosted: 09.12.2009 09:05    Post subject: Add user to your forum ignore list Reply with quote

Brzopletost, no valjda to može i sam skužit...
Back to top
View user's profile Send private message
Plejer33



Joined: 11 Oct 2006
Posts: 28
Location: Pula

PostPosted: 09.12.2009 11:15    Post subject: Add user to your forum ignore list Reply with quote

hvala svima na odgovorima rijeseno
HVALA jos jednom
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group