Hello everyone,
I am using jcarousel plugin to display blocks of <div>s. I have following setups.
An outer layer which uses roundedcorners plugin which contain a block of data.
{ THis data layer has a selection box which uses select_skin plugin.
{THen a list of <div>s being displayed using jcarousel.
}
}
I have added IE8.js also, just in case.
I have added bind functions in the outer layer to use select_skin and carousel properly.
First time when data is loaded, it is showing well in all browsers and carousel is working. But, when I select an option, jcarousel is showing error about width/height error. I have set up all widths and heights properly in jcarousel.css. Most importantly, the selection is working in all browsers except IE8.
Only in IE8, this is giving error.
Am I missing something here to be set specifically for IE8.