I have some code that works in IE 7 but does not return an array of
elments in IE 8
Example:
this.Carousel = $(divID);
this.Pages = this.Carousel.select('div[class="CarouselV9Page"]');this is only happening when IE 8 is not set to IE 7 compatibiliy. Can some one pleas help? -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en.
