Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Anything Slider is putting me in ie6/ie7 hell, please help! Re: Anything Slider is putting me in ie6/ie7 hell, please help!

#50084
zaba
Member

Trailing comma is at the end.
maxOverallWidth : 32766, // Max width (in pixels) of combined sliders (side-to-side); set to 32766 to prevent problems with Opera

should be
maxOverallWidth : 32766 // Max width (in pixels) of combined sliders (side-to-side); set to 32766 to prevent problems with Opera