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
Pomoć :)

 
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
slywayart



Joined: 13 Oct 2003
Posts: 136

PostPosted: 29.08.2006 22:37    Post subject: Pomoć :) Add user to your forum ignore list Reply with quote

Ajde vi web-frikovi pomozite... naime moram si složiti novu galeriju na webu,a neda mi se ponovno u dream. sve ispočetka, pa jel ima netko neke skripte za kakvu foto galeriju ili zna gdje na webu ima nekih gotovih stranica koje bih mogao malo izmjeniti i ubaciti fotke, hvala
Back to top
View user's profile Send private message Send e-mail Visit poster's website
mfloyd



Joined: 25 Jan 2006
Posts: 57
Location: Zagreb <-> Orahovica

PostPosted: 30.08.2006 09:21    Post subject: Add user to your forum ignore list Reply with quote

Evo kako jednostavno možeš riješiti galeriju slika pomoću CSS-a.

HTML:
Code:
<ul id="galerija">
   <li><img src="slika1.jpg" alt="slika 1 alt" width="200" height="100" />Slika 1</li>
   <li><img src="slika2.jpg" alt="slika 2 alt" width="200" height="100" />Slika 2</li>
   <li><img src="slika3.jpg" alt="slika 3 alt" width="200" height="100" />Slika 3</li>
   <li><img src="slika4.jpg" alt="slika 4 alt" width="200" height="100" />Slika 4</li>
   <li><img src="slika5.jpg" alt="slika 5 alt" width="200" height="100" />Slika 5</li>
   <li><img src="slika6.jpg" alt="slika 6 alt" width="200" height="100" />Slika 6</li>
</ul>


CSS:
Code:
#galerija {
   list-style-type:none;
}

#galerija li {
   float:left;
   margin:0 10px 0 10px;
}

#galerija img {
   display:block;
}


Jednostavno izmjeni vrijednosti unutar img taga sa svojim slikama.
Back to top
View user's profile Send private message Visit poster's website
slywayart



Joined: 13 Oct 2003
Posts: 136

PostPosted: 30.08.2006 21:22    Post subject: Add user to your forum ignore list Reply with quote

hvala Smile
Back to top
View user's profile Send private message Send e-mail Visit poster's website
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