Slider not appearing in IE9

I have slider working as expected on a page when viewed with Firefox.
But the slider does not appear when using IE9.

I can view the html and run through the javascript to init the slider - it is all there. But the slider stubbornly refuses to appear on the screen.

Any ideas on what I’m doing wrong?

Ok, found an answer…

The slider was in a form in a table. The javascript initiating the slider was inside the form. (Yeah, I know…bad practice.)

When I moved the code to just before the tag the slider appeared in IE.