it's a problem with css

#spotlightList li {
    background: #fff;
    cursor: pointer;
    display: block;
    float: left;
    height: 200px;
     position:relative;
    list-style: none;
    overflow: hidden;
    margin: 0 0 0 0;
    text-align: left;
    width: 30px;
}

add position:relative; in your css file than the problem is fixed!

On 2 Nov., 13:49, Sitthykun LY <[email protected]> wrote:
> @Michael, it's likehttp://isalonprofits.com/
>
>
>
>
>
>
>
>
>
> On Wed, Nov 2, 2011 at 7:43 PM, Sitthykun LY <[email protected]> wrote:
> > Hi all,
>
> > In fact, if I click third item then I start click fifth item, it won't run
> > in arrange or switch on Chrome and also Trident engine.
>
> > I think, it caused by "Fx" object.
> > But I'm not sure.
>
> > @Steve: I've tried to change CSS. it seems ineffective but it works well
> > in Firefox 3.x+, Firefox 4+
>
> > Thanks in advanced!
>
> > On Wed, Nov 2, 2011 at 12:20 PM, Michael <[email protected]> wrote:
>
> >> **
>
> >> There are some other examples out there of what I believe you are trying
> >> to do using mootools - they might help you clean up your code:
>
> >>    1.http://davidwalsh.name/mootools-kwicks
> >>    2.http://www.dynamicdrive.com/dynamicindex17/haccordion.htm
> >>    3.http://isalonprofits.com/
>
> >> On Wed, 2 Nov 2011 00:19:43 +0700, Sitthykun LY wrote:
>
> >> Hi mootoolers,
> >> I customized plugin mootools for my sitehttp://niyum.combut it's
> >> incompatible in IE and Chrome.
> >> I have tested mootools 1.2.x, 1.3.x and 1.4.x but still keep the problems.
> >> For now I don't know how to improve and support all browser.
> >> Thanks,
> >>  *Sitthykun*
>
> > --
> > *Sitthykun LY
> > *
> > a little developer in the big world \o/
> > mobile: +85512 3060 49 / +85595 7788 39
> > skype: cityx9
> > twitter: sitthykun <http://twitter.com/sitthykun>
> > gtalk: ly.sitthykun
> > site: niyum.com && sitthykun.wordpress.com
>
> --
> *Sitthykun LY
> *
> a little developer in the big world \o/
> mobile: +85512 3060 49 / +85595 7788 39
> skype: cityx9
> twitter: sitthykun <http://twitter.com/sitthykun>
> gtalk: ly.sitthykun
> site: niyum.com && sitthykun.wordpress.com

Reply via email to