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
Multibox, lightbox, js i slično

 
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
jurka



Joined: 26 Aug 2004
Posts: 1088
Location: Zagreb

PostPosted: 17.12.2008 01:06    Post subject: Multibox, lightbox, js i slično Add user to your forum ignore list Reply with quote

Našao sam lightbox klona kojeg želim staviti na site. Zašto klona? Zato što želim mogućnost prikazivanja slika i VIDEA.

Nakon traženja po Googleu, naišao sam na multibox koji bi mi trebao riješiti sve probleme. E pa nije! Zato kaj mi prčkanje po kodu nije jača strana. Pa pomagajte.

Tu je i link na site gdje bi to stavio. Gdje griješim???

_________________
Jedan šest | Behance | Vimeo
Back to top
View user's profile Send private message Visit poster's website
niksy



Joined: 29 Sep 2003
Posts: 727

PostPosted: 17.12.2008 01:32    Post subject: Add user to your forum ignore list Reply with quote

Nedostaje ti ovaj dio u head-u:
Code:
<script type="text/javascript">
  new MultiBox('multibox');
</script>


gdje je 'multibox' ime klase na anchoru, odnosno u tvom slucaju to je 'mb'. Pogledaj si na sluzbenom siteu plugina za dodatne opcije.
Back to top
View user's profile Send private message Visit poster's website Twitter profile
jurka



Joined: 26 Aug 2004
Posts: 1088
Location: Zagreb

PostPosted: 17.12.2008 02:00    Post subject: Add user to your forum ignore list Reply with quote

evo, stavio i to al ne radi???

_________________
Jedan šest | Behance | Vimeo
Back to top
View user's profile Send private message Visit poster's website
jurka



Joined: 26 Aug 2004
Posts: 1088
Location: Zagreb

PostPosted: 17.12.2008 12:56    Post subject: Add user to your forum ignore list Reply with quote

anyone?

_________________
Jedan šest | Behance | Vimeo
Back to top
View user's profile Send private message Visit poster's website
niksy



Joined: 29 Sep 2003
Posts: 727

PostPosted: 17.12.2008 17:38    Post subject: Add user to your forum ignore list Reply with quote

Probaj staviti poslije linkova sa tom klasom.
Back to top
View user's profile Send private message Visit poster's website Twitter profile
zytzagoo
mi3.crew


Joined: 25 Aug 2003
Posts: 1842
Location: Zagreb, Hrvatska

PostPosted: 18.12.2008 19:24    Post subject: Add user to your forum ignore list Reply with quote

Krivo ga pozivas. new Multibox('blabla') treba napraviti nakon sto se sve potrebno ucitalo.
S mootolsima bi to islo nesto tipa:
Code:
<script type="text/javascript">
var box;
window.addEvent('domready', function(){
    box = new MultiBox('multibox');
});
</script>

_________________
[+]I[+]am[+]my[+]own[+]religion[+]
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