Re: [jQuery] Update for jQuery 1.1 compatibility?

2007-01-18 Thread agent2026

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#a8427584
Sent from the jCarousel mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Update for jQuery 1.1 compatibility?

2007-01-18 Thread Jan Sorgalla

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
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Update for jQuery 1.1 compatibility?

2007-01-17 Thread Jan Sorgalla


agent2026 wrote:
 
 Hi Jan,
 
 Testing in IE6/7 the carousel breaks with jQuery 1.1 (with or without the
 1.0 compatibility plugin):
 
 Line: 30
 Char: 2
 Error: Type Mismatch
 Code: 0
 
 
 Still works with 1.0.4 though.
 
 Adam
 
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#a8420001
Sent from the jCarousel mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] Update for jQuery 1.1 compatibility?

2007-01-15 Thread agent2026

I know 0.1.5 was supposed to make jCarousel compatible with jQuery 1.1a, but
I just tried it with 1.1 and the prev/next links aren't showing up.  Is
there another update in the works?

Adam
-- 
View this message in context: 
http://www.nabble.com/Update-for-jQuery-1.1-compatibility--tf3014033.html#a8369956
Sent from the jCarousel mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Update for jQuery 1.1 compatibility?

2007-01-15 Thread agent2026

Sorry, maybe I jumped the gun a bit.  Some further research - I had
.jcarousel-prev, .jcarousel-next { display:none; ... } in my CSS.  Can't for
the life of me remember why, but I think this was the the standard setup
wasn't it?  Removing this style solved the issue, but I don't know if there
is any negative impact with different configs.

Adam



agent2026 wrote:
 
 I know 0.1.5 was supposed to make jCarousel compatible with jQuery 1.1a,
 but I just tried it with 1.1 and the prev/next links aren't showing up. 
 Is there another update in the works?
 
 Adam
 

-- 
View this message in context: 
http://www.nabble.com/Update-for-jQuery-1.1-compatibility--tf3014033.html#a8373172
Sent from the jCarousel mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/