Bug IE6 only (next and previous button)

View: New views
6 Messages — Rating Filter:   Alert me  

Bug IE6 only (next and previous button)

by Chboc :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: Bug IE6 only (next and previous button)

by jsor :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi,

On 13 Sep., 15:07, Chboc <boca.alexan...@...> 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 jcarousselhttp://www.hybridbears.com/jcaroussel/index.htm

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


Re: Bug IE6 only (next and previous button)

by jsor :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: Bug IE6 only (next and previous button)

by Chboc :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: Bug IE6 only (next and previous button)

by jsor :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

did you tried it with exactly the code i posted?

Jan


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


Re: Bug IE6 only (next and previous button)

by Chboc :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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




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