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
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
Alright, I've changed the s 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)"
wrote:
> RobG wrote:
>
> > On Jan 12, 5:51 a
RobG wrote:
On Jan 12, 5:51 am, Valerij 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 stopped.
My A
On Jan 12, 5:51 am, Valerij 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 stopped.
>
> class="te
5 matches
Mail list logo