Just remove //display:none;
The double slash isn't a correct comment syntax for css.
Jan
agent2026 wrote:
>
> Thanks, that did it.
>
> Still have a problem with the prev/next links not showing up in IE6/7.
> Here's my CSS if it helps:
>
> .jcarousel-prev, .jcarousel-next {
> //display:none;
> position:absolute;
> margin:1.4em 5px 0 5px;
> font-size:.8em;
> font-weight:bold;
> cursor:pointer;
> -moz-user-select:none;
> }
> .jcarousel-prev {
> left:28px;
> }
> .jcarousel-next {
> right:28px;
> }
> a.jcarousel-prev, a.jcarousel-next {
> color:#ccc;
> border:0;
> text-decoration:none;
> }
> a.jcarousel-prev:hover, a.jcarousel-next:hover {
> color:#fff;
> }
>
>
> Adam
>
>
>
> Jan Sorgalla wrote:
>>
>> Hi,
>>
>> thats because of this bug: http://jquery.com/dev/bugs/bug/843/
>> I'm working on a new version but if you want to fix right now, search for
>> "zIndex" in jCrousel an replace the number value with a string value.
>>
>> For example:
>>
>> "zIndex": "2",
>>
>> Surround the value argument with quotes.
>>
>> Jan
>>
>
>
--
View this message in context:
http://www.nabble.com/Update-for-jQuery-1.1-compatibility--tf3014033.html#a8436809
Sent from the jCarousel mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/