great... glad u got it working...

On 7/6/07, Jean <[EMAIL PROTECTED]> wrote:


Yeah i fix hiding after call JCarousel

On 7/5/07, Ganeshji Marwaha <[EMAIL PROTECTED]> wrote:
> I have put together a demo page here showcasing, that you can set
display to
> none in javascript after the call to jCarouselLite. The link to the page
is
> http://www.gmarwaha.com/jquery/jcarousellite/testDisplayNone.php
>
> Since you are using document.ready event to both create the carousel and
> also hide it, it is possible that there will be a flicker while creating
the
> carousel if you are downloading a few pictures. If you experience that,
then
> add the following to ur stylesheet the represents
> the carousel div.
>
> .carousel {
>  position: relative;
>  visibility: hidden;
>  left: -5000px;
> }
>
> This should solve your flicker problem.
>
> Let me know if it works for you..
>
>
> -GTG
>
>
>
> On 7/5/07, Jean <[EMAIL PROTECTED]> wrote:
> >
> > I will try, i think this will fix
> >
> > On 7/5/07, Ganeshji Marwaha <[EMAIL PROTECTED]> wrote:
> > > That wouldn't fix ur problem... For now ur best work-around is to
hide
> the
> > > div using javascript after the call to jCarouselLite()... This way
you
> are
> > > giving the plugin the means to construct itself before u hide it...
> > >
> > > In the mean-time, i will work on a fix for the same and keep u
posted.
> > >
> > > Lemme know if the work-around works.
> > >
> > > -GTG
> > >
> > >
> > > On 7/5/07, Ganeshji Marwaha <[EMAIL PROTECTED]> wrote:
> > > >
> > > > hi jean,
> > > >
> > > > i think u are using version 0.2.0. Last week 0.3.0. A few bugs
were
> fixed
> > > as well... To start with, u might want to try that version. You can
> download
> > > it at
> > > http://www.gmarwaha.com/jquery/jcarousellite/index.php
> > > >
> > > > This should mostly fix your problem. If it doesn't try adding the
> > > following css to the div representing ur carousel.
> > > >
> > > >         /* Needed for rendering without flicker */
> > > >         position: relative;
> > > >         visibility: hidden;
> > > >         left: -5000px;
> > > >
> > > > Lemme know how it goes...
> > > >
> > > > -GTG
> > > >
> > > >
> > > >
> > > > On 7/5/07, Jean < [EMAIL PROTECTED]> wrote:
> > > > >
> > > > > > I was making my defense for my university´s project and
> > > > > > I´m trying hide divs only to show when i click in some tab but
if
> i
> > > > > > hide de divs with jcarousel it dont works, but the same code
> without
> > > > > > the hide divs works, i have 2 examples´s pages.
> > > > > >
> > > > >
> > > > > with hide
> > > > >
> > >
> http://www.interalfa.com.br/sisdent/apresentacao/index1.php
> > > > >
> > > > > without hide
> > > > >
> > >
> http://www.interalfa.com.br/sisdent/apresentacao/index2.php
> > > > >
> > > > > Someone can help me?
> > > > >
> > > > >
> > > > > --
> > > > >
> > > > > []´s Jean
> > > > > www.suissa.info
> > > > >
> > > > >   Ethereal Agency
> > > > > www.etherealagency.com
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
> > --
> >
> > []´s Jean
> > www.suissa.info
> >
> >    Ethereal Agency
> > www.etherealagency.com
> >
>
>


--

[]´s Jean
www.suissa.info

   Ethereal Agency
www.etherealagency.com

Reply via email to