[jQuery] Re: Problems on IE7

2009-06-23 Thread xoail
Hi, I did some fixes on validations on my local but it dint help much... I did some more research and learned that, first the main site is loading the jquery.listen.js file and then when I click Glossary, the iframe is also loading the jquery.listen.js file. Could it be that it has to do somethi

[jQuery] Re: Problems on IE7

2009-06-22 Thread Charlie
I'm far from an expert but your glossary is using a script to manipulate the DOM. If DOM isn't valid, scripts manipulating it are likely to have problems. A lot of  behind the scenes  repositioning, styling etc  occur to tags in browser when manipulation scripts run so it only makes sense that

[jQuery] Re: Problems on IE7

2009-06-22 Thread xoail
Yeah now I see the errors... but what I cant understand is why would it work when I dont click glossary and directly go to search? The issue only occurs when glossary is used first and then search but if I hit search before using glossary, it works fine. If it had to do with validations, I would

[jQuery] Re: Problems on IE7

2009-06-22 Thread Charlie
validator shows recurring ID's missing script type's, broken tags , invalid style placements, invalid xhtml tags  etc, http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fpjm.com the errors part can be seen in web dev toolbar in firefox. Mostly they are warnings and these seem to be qu

[jQuery] Re: Problems on IE7

2009-06-22 Thread xoail
What tool did you use to see all those errors? I tried firebug and fiddler but they dont show much. Also, I tried on another PC and I got the same problem with IE7. Thanks! On Jun 20, 6:04 pm, Charlie wrote: > i tried this in IE 7 and was able to get to search after closing modal > without com

[jQuery] Re: Problems on IE7

2009-06-20 Thread Charlie
i tried this in IE 7 and was able to get to search after closing modal without complete lock up page does however have a significant number of validation errors, multiple use of ID's,  broken tags, invalid xhtml tags ,style tags inside body all over the place etc and error console keeps throw

[jQuery] Re: Problems on IE7

2009-06-20 Thread xoail
Anybody? On Jun 19, 3:40 pm, xoail wrote: > Hi All, > > I've been literally pulling my hair out with this issue I have with > our corporate website. The problem is with jquery light box (jqmodal) > that freezes other controls after use  in IE7. There seem to be no > problem with IE6 or FF. > > I