Forums

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

Home Forums JavaScript Need help adapting code (updated) help please

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37712
    jgessentials
    Member

    Hello friends
    I would really appreciate some help changing this code to make the first tab smaller (like 55px) and have the slidder go over it and adapt to it’s smaller size

    http://jsfiddle.net/tuSdh/7/

    I thought I could do this by adding a new tab_item with a different size for example tab_item1 and then add something like this:

    $(".tab_item1").mouseover(function() {
    var background = $(this).parent().find(".moving_bg");

    Any help would be greatly appreciated, I need to finish this project tonight :(
    Many Thanks!

    #101550
    jgessentials
    Member

    Wow I am surprised I didn’t get any answers. Did I set up the question wrong?
    If anyone has any ideas I would really appreciate the help.
    Thank you

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