Need help here guys/gals... I recently added a css dropdown menu system on my site. But it only works in FireFox. If I use IE, they just show as regular texts. This is the system I am using http://www.lwis.net/free-css-drop-down-menu/ and this is my site with the system in it. http://www.flipbooth.com When I put the code in my site, it only works with FIrefox. But when I open up the demo .html file in IE, it works. Please help. THanks
I think i figured out this one. The Javascript include line in your source is <script type="http://www.flipbooth.com/js/dr2/text/javascript" src="http://www.flipbooth.com/js/dr2/js/jquery/jquery.js"></script> Notice the problem in script type="" part? Just a typo i am guessing. Happens with most of us all the time, no biggie
hmm ... a bit clueless but i have a feeling the jquery is not coming into effect. Try tracking down till which line it executes & where it struck with simple alerts like alert('test'); in each step/line.