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
problemi sa dropdown

 
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
zarkinjo



Joined: 30 Mar 2006
Posts: 19
Location: Pula

PostPosted: 11.01.2007 17:54    Post subject: problemi sa dropdown Add user to your forum ignore list Reply with quote

napravio sam dropdown menu, i imam dva problema

1. probajte otvorit sa IE i odmah cete skuzit

2. na prvim izbornicima samo podrucje rijeci promijeni boju na hover a ne cijeli blok kao na podmeniu

http://www.film-tvshows.com/house/
Back to top
View user's profile Send private message
zarkinjo



Joined: 30 Mar 2006
Posts: 19
Location: Pula

PostPosted: 11.01.2007 17:59    Post subject: Add user to your forum ignore list Reply with quote

rijesio sam drugi problem, sad za prvi treba jos nesto dodat
Back to top
View user's profile Send private message
F@NTOM



Joined: 11 Sep 2003
Posts: 592
Location: Dubrovnik

PostPosted: 11.01.2007 18:14    Post subject: Add user to your forum ignore list Reply with quote

za napraviti dropdown ravnaj se prema ovome, pogotovo ako si tek poceo sa html-om. Ovaj ce ti raditi u ie-u.

_________________
These pretzels are making me thirsty!
Back to top
View user's profile Send private message
zarkinjo



Joined: 30 Mar 2006
Posts: 19
Location: Pula

PostPosted: 11.01.2007 18:43    Post subject: Add user to your forum ignore list Reply with quote

pa radio sam po njihovom, ali neznam kako popravit onaj IE bug
Back to top
View user's profile Send private message
F@NTOM



Joined: 11 Sep 2003
Posts: 592
Location: Dubrovnik

PostPosted: 11.01.2007 22:11    Post subject: Add user to your forum ignore list Reply with quote

jesi dodao ovaj javascript dio, jer ti je on potreban da ti radi ispravno u IE-u.

_________________
These pretzels are making me thirsty!
Back to top
View user's profile Send private message
zarkinjo



Joined: 30 Mar 2006
Posts: 19
Location: Pula

PostPosted: 12.01.2007 20:58    Post subject: Add user to your forum ignore list Reply with quote

neznam di da ga dodam, u html ili css, her gdje god da sam ga stavio mi se javljali neki erori
Back to top
View user's profile Send private message
F@NTOM



Joined: 11 Sep 2003
Posts: 592
Location: Dubrovnik

PostPosted: 13.01.2007 13:46    Post subject: Add user to your forum ignore list Reply with quote

zarkinjo wrote:
neznam di da ga dodam, u html ili css, her gdje god da sam ga stavio mi se javljali neki erori


mozes ga dodati direktno u kod stranice unutar head tagova

Code:

<head>
<title>Toj naslov stranice</title>
<script type="text/javascript"><!--//--><![CDATA[//><!--
startList = function() {
   if (document.all&&document.getElementById) {
      navRoot = document.getElementById("nav");
      for (i=0; i<navRoot.childNodes.length; i++) {
         node = navRoot.childNodes[i];
         if (node.nodeName=="LI") {
            node.onmouseover=function() {
               this.className+=" over";
            }
            node.onmouseout=function() {
               this.className=this.className.replace(" over", "");
            }
         }
      }
   }
}
window.onload=startList;

//--><!]]></script>
</head>


ili mozes napraviti poseban javascript file npr. iehover.js i onda samo odredis putanju do tog filea (ovaj kod ti isto ide unutar head tagova).
Code:

<script src="iehover.js" type="text/javascript"></script>

_________________
These pretzels are making me thirsty!
Back to top
View user's profile Send private message
zarkinjo



Joined: 30 Mar 2006
Posts: 19
Location: Pula

PostPosted: 14.01.2007 18:20    Post subject: Add user to your forum ignore list Reply with quote

hvala
Back to top
View user's profile Send private message
zarkinjo



Joined: 30 Mar 2006
Posts: 19
Location: Pula

PostPosted: 14.01.2007 18:26    Post subject: Add user to your forum ignore list Reply with quote

i dalje ne radi u IE, ne kuzim
Back to top
View user's profile Send private message
F@NTOM



Joined: 11 Sep 2003
Posts: 592
Location: Dubrovnik

PostPosted: 15.01.2007 10:47    Post subject: Add user to your forum ignore list Reply with quote

zarkinjo wrote:
i dalje ne radi u IE, ne kuzim


ako si slijedio tutorial sa onog linka izricito kako je tamo napisan, MORA ti raditi...mozda ti ne radi jer imas gresaka u kodu. Koristi w3 validator ili html tidy ekstenziju za firefox da vidis koje su ti greske.

_________________
These pretzels are making me thirsty!
Back to top
View user's profile Send private message
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