Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS sliding callouts

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #34691
    amyth91
    Participant

    hi there,

    again here, with a small problem.

    I want to create sliding callouts, i tried it just for an example when i was in my class, and it was working fine, but when i tried to do the same after i came back home, it wasn’t.

    here’s what i want to create.

    http://jsfiddle.net/amitkamble1991/yWquf/

    in the example, only the text is sliding. i want the whole div to slide, as i hover over a link in the div.

    anyone, with a solution, really appreciated.

    thanks !

    #88720
    Mottie
    Member

    Are you trying to do this with css3 only or javascript/jQuery?

    #88755
    seb_z_lite
    Member

    if you want the slides to be cleaner, put .stop() before .animate() and it makes it cleaner, you never have two slides going up at the same time. I learned that trick yesterday.

    #88756
    seb_z_lite
    Member

    dude,even better! check this out,, it explains it!
    prevent animation queue buildup

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.