[jQuery] Re: jQuery doesn't like being put inside a parent div in Internet Explorer

2009-01-18 Thread zeckdude
I figured out what was causing the problem. There was something being referred to in the JS that was called container on Line 27, so I simply changed the name of the div. I am still somewhat puzzled on how to open the script editor or how to tell Internet Explorer which Script editing program to

[jQuery] Re: jQuery doesn't like being put inside a parent div in Internet Explorer

2009-01-18 Thread zeckdude
I see the warning icon now. I just now enabled my script debugging and I see the Error message that appears: "A Runtime Error has occurred. Do you wish to Debug? Line: 27, Error: Object doesn't support this property or method" When I click on the Yes button to debug, nothing happens. I did some

[jQuery] Re: jQuery doesn't like being put inside a parent div in Internet Explorer

2009-01-18 Thread Mike Alsup
> Sean, > > I don't understand what that means. I did some googling on it and i found > that it means "the name of the starttag (the first you find is > not equal to the final end tag (the last you will find) you > need to make them the same name". > > My html and head tags are named the same, s

[jQuery] Re: jQuery doesn't like being put inside a parent div in Internet Explorer

2009-01-18 Thread zeckdude
Sean, I don't understand what that means. I did some googling on it and i found that it means "the name of the starttag (the first you find is not equal to the final end tag (the last you will find) you need to make them the same name". My html and head tags are named the same, so I am not s

[jQuery] Re: jQuery doesn't like being put inside a parent div in Internet Explorer

2009-01-18 Thread wileyl...@gmail.com
Chris, I didn't look at the jQuery because you - First - may want to fix the (X)HTML/Transitional code for IE6. See - http://validator.w3.org/check?uri=http%3A%2F%2Fwww.idea-palette.com%2Ftestfolder%2Fpagetest2.html. |head| and |html| elements are showing "XML Parsing Error: Opening and ending ta