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
Footer

 
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
TREECKO



Joined: 22 Dec 2008
Posts: 72

PostPosted: 28.12.2008 21:27    Post subject: Footer Add user to your forum ignore list Reply with quote

Imam jedno pocetnicko pitanje.
Zanima me kako bih mogao napraviti footer od slike (5x300) da se ponavlja po osi x?
Toliko sam toga pokusavao sa div-ovima i pozicioniranjem u CSS-u ali ne mogu.

Hvala!
Back to top
View user's profile Send private message
red



Joined: 03 May 2004
Posts: 919
Location: Zabok

PostPosted: 28.12.2008 21:37    Post subject: Add user to your forum ignore list Reply with quote

ajd postaj svoj pokušaj pa pomognemo.

_________________
Get busy living, or get busy dying.
Back to top
View user's profile Send private message Visit poster's website Twitter profile
booka



Joined: 06 Oct 2005
Posts: 325
Location: Zagreb

PostPosted: 28.12.2008 21:37    Post subject: Add user to your forum ignore list Reply with quote

footer
{
background-image: url(pozadina.jpg);
background-repeat: repeat-x
}

ovo bi trebalo biti to
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Nemesis



Joined: 01 Oct 2005
Posts: 732

PostPosted: 28.12.2008 22:20    Post subject: Add user to your forum ignore list Reply with quote

da budem malo picajzla:

booka wrote:
footer
{
background-image: url(pozadina.jpg);
background-repeat: repeat-x;
}

ovo bi trebalo biti to

_________________
Webastično.com | Last.fm | Twitter
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger Twitter profile
base



Joined: 12 Jul 2007
Posts: 96

PostPosted: 28.12.2008 22:36    Post subject: Add user to your forum ignore list Reply with quote

zvuči banalno, ali jesi li stavio točku prije footer?
Back to top
View user's profile Send private message
TREECKO



Joined: 22 Dec 2008
Posts: 72

PostPosted: 28.12.2008 22:43    Post subject: Add user to your forum ignore list Reply with quote

(X)HTML:
Code:
    <div id="Footer">
       <img src="Images/Footer_BG.jpg">
    </div>


CSS:
Code:
#Footer {
   background: url(Images/Footer_BG.jpg);
   background-repeat:repeat-x;
}


Al to nije na dnu stranice.
Kako da to zaljepim za rub pretrazivaca? Rolling Eyes
Back to top
View user's profile Send private message
base



Joined: 12 Jul 2007
Posts: 96

PostPosted: 28.12.2008 22:47    Post subject: Add user to your forum ignore list Reply with quote

tu si pogledaj malo:

http://www.webmasterworld.com/forum83/1120.htm
Back to top
View user's profile Send private message
TREECKO



Joined: 22 Dec 2008
Posts: 72

PostPosted: 28.12.2008 22:55    Post subject: Add user to your forum ignore list Reply with quote

Hvala svima!
Najvise me brine koliko mogu biti inteligentan ako se nisam sjetio postion-a!?

Moje rjesenje:
Code:
#Footer {
   background: url(Images/Footer_BG.jpg);
   position:absolute;
   left:0;
   bottom:0;
   width:100%;
}
Back to top
View user's profile Send private message
red



Joined: 03 May 2004
Posts: 919
Location: Zabok

PostPosted: 28.12.2008 23:30    Post subject: Add user to your forum ignore list Reply with quote

Imaš na forumu i lijepi (iako stari) topic zvan CSS resursi gdje možeš naći štošta, pa tak i footer stick Smile

_________________
Get busy living, or get busy dying.
Back to top
View user's profile Send private message Visit poster's website Twitter profile
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