Re: [jQuery] Re: Argh!! IE8!

2010-01-12 Thread Jonathan Vanherpe (T T NV)
RobG wrote: On Jan 12, 5:51 am, Valerijvaleri...@gmail.com wrote: Hey guys, I have this popup menu that works.. great! In Chrome, Safari, Firefox AND it USED to work in IE8, until I added just 1 div. [...] This works in all the browsers great even after I added this div, but in IE8 it

[jQuery] Re: Argh!! IE8!

2010-01-12 Thread Valerij
Alright, I've changed the as that are not links to divs, page is fully valid now, but same thing happens! Just that nows its totally impossible to open ANY of popup while it works in all other browsers! On Jan 12, 9:19 am, Jonathan Vanherpe (T T NV) jonat...@tnt.be wrote: RobG wrote: On Jan

[jQuery] Re: Argh!! IE8!

2010-01-12 Thread MorningZ
What makes it hard to follow your code, what is d?$(document).click(function(d){ why is is about clicking on the document? what is a?if($(#acc+a).is(:visible)){ also, have you considered moving away from :visible? it's got it's quirks and niches going across browsers... maybe using

[jQuery] Re: Argh!! IE8!

2010-01-12 Thread Valerij
Yeah, sorry for that, I've compressed the code, then changed the HTML when It suddenly stopped working, thats why JS is like this. d is event, $(document).click(function(event){ var a=_menu; What this does is that it checks if any of the popups are open, if one of them is open, b will be sett to

[jQuery] Re: Argh!! IE8!

2010-01-11 Thread RobG
On Jan 12, 5:51 am, Valerij valeri...@gmail.com wrote: Hey guys, I have this popup menu that works.. great! In Chrome, Safari, Firefox AND it USED to work in IE8, until I added just 1 div. [...] This works in all the browsers great even after I added this div, but in IE8 it suddenly