Make Javascript/ jQuery dropdown menu work in IE6?

Bayu I feel you pain with regards to IE6, where I work we still have to "support" IE6 too.

I feel you pain with regards to IE6, where I work we still have to "support" IE6 too. I have a similar dropdown menu on my site that works in IE6, im happy to share a sample of the code with you: HTML: Hover over me... This is a list jQuery: $(document). Ready(function() { // Quicklinks Animation $("#menu a").

Attr("href", "#"); $('#menu li'). Hover( function () { $(this). Find(".

List"). FadeIn(555); }); $('#menu li'). Mouseleave(function(){ $(this).

Find(". List"). FadeOut(555); }); }); Check it working here - http://jsfiddle.net/HaXaM/3/ Hope this helps.

Oh and not forgetting, you'll need a little bit of CSS . List{display:none;} – Alex Thomas Feb 21 '11 at 9:56 @Alex: I tried your code. IE6 still prompted me with security warning like when I tried my code.

– Bayu Feb 21 '11 at 11:18 strange... i'll investigate further. – Alex Thomas Feb 21 '11 at 11:20 @Alex: What I want is like this site (trubus-online.co. Id/trindo7/…), it breaks IE6 security and run the Javascript without warning.Thanks.

– Bayu Feb 21 '11 at 11:21 I don't get the warning. Upload the warning message screen shot? – Alex Thomas Feb 21 '11 at 11:24.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions