Hi,
I haven't tried this way (i didn't really understand how to :)) I thought i have to add the spacer in the option of jcaroussel! So, thank's a lot. It's working Jan Sorgalla wrote: > > Hi, > > did you tried it with exactly the code i posted? > > Jan > > > Chboc wrote: >> >> Hi Jan, >> >> I'd try your fix but the bug still there. I don't know what to do. >> >> Alex >> >> >> Jan Sorgalla wrote: >>> >>> Hi, >>> >>> >>> Chboc wrote: >>>> >>>> Hello, >>>> >>>> I had a bug on the next and previous button, the height isn’t applied. >>>> I want 13px but on IE6 i get 19px, how to set the height to 13px? >>>> >>>> example of my jcaroussel >>>> http://www.hybridbears.com/jcaroussel/index.htm >>>> >>>> Thank you >>>> >>> >>> that happens due to the fact that IE6 can't handle empty divs >>> properly. Try to build up the jcarousel markup like (note the comments >>> inside the divs): >>> >>> <div id="mycarousel"> >>> <div class="jcarousel-prev"><!-- spacer --></div> >>> <div class="jcarousel-next"><!-- spacer --></div> >>> <ul> >>> <li>...</li> >>> </ul> >>> </div> >>> >>> Jan >>> >>> >> >> > > -- View this message in context: http://www.nabble.com/Bug-IE6-only-%28next-and-previous-button%29-tf4435588.html#a12658024 Sent from the jCarousel mailing list archive at Nabble.com.