Can someone take a peek at this link and tell me why it does not work in IE 7? It appears that the nivo slider disappears in IE7 only.
LINK-
http://www.smokiesvisitors.com/splash.html
| SitePoint Sponsor |




Can someone take a peek at this link and tell me why it does not work in IE 7? It appears that the nivo slider disappears in IE7 only.
LINK-
http://www.smokiesvisitors.com/splash.html
Todd Temple > T2 Design

You have an extra trailing comma which will trigger an error in IE7, see the below:
Remove the comma highlighted in red and it will work fine.Code:manualAdvance: false, // Force manual transitions
Blog/Portfolio | Evolution Xtreme | DFG Design | DFG Hosting | CSS-Tricks | Stack Overflow | Paul Irish
Having lame problems with your code? Let us help by using a jsFiddle
Bookmarks