jquery - jCarousel not working in IE8 -
I am trying to do this work for the last hour, but I can not do it for my life, so I I thought I would ask here
I have this code:
& lt; Ul id = "myCarousel" & gt; & Lt;% foreach (different dates in the login date) {%> & Lt; Li & gt; & Lt; Div style = "text-align: center; width: 60px;" & Gt; & Lt; Span class = "headerSpan" id = "day_ & lt;% = date.ToString (" dd-MM-yyyy ")%>" & Gt; ABC & lt; / Span & gt; & Lt; / Div & gt; & Lt; Input class = "time input narrow" type = "text" id = "time_"; date = date.ToString ("dd-MM-yyyy")% & gt; /> & Lt; Input class = "subsInput narrow" type = "text" id = "subs_"; date = date.ToString ("dd-MM-yyyy")% & gt; /> & Lt; / Li & gt; & Lt;%}% & gt; & Lt; / Ul & gt; & Lt; Script type = "text / javascript" & gt; $ (Document) .ready (function () {$ ('# myCarousel'). Jcarousel ({scroll: 7, animation: 1000, button next HTML: "& lt; span id = 'next' & gt; Next & lt ; / Span & gt; ", ButtonPel HTML:" & lt; span id = 'previous' & gt; Previous "});}); & Lt; / Script & gt;
It works fine in Chrome and Firefox, but it will not scroll in IE only.
Why not consider any one?
I do not see anything wrong with your code.
Although written on IE 6 and 7 it has been tested but IE8:
jCarousel has been tested and works on the following browsers:
* Internet Explorer 6 (PC) * Internet Explorer 7 (PC) * Firefox 1.5.0.6 (PC / Mac / Linux) * Opera 9 .01 (PC / Mac) * Safari 2.0.4 ( Mac) * Safari 3.1.0 (PC) * Konqueror 3.4.0 (Linux)
Is it working in IE6?
To use it, I know that it is working in every browser.
Comments
Post a Comment