Forums

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

Home Forums JavaScript jQuery MagicLine Navigation – in WordPress

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #245851
    DanLoffler
    Participant

    Hi All,

    I have almost got the jQuery MagicLine Navigation code to work in WordPress. But with one change; in stead of the border I am using a background image.

    The problem I’m having is the background image changes size, based on the size of the link, but it does not move to the link. (see the pointy thing over the Home link on the sample page below)

    See it here … http://mainguy.com.c25.sitepreviewer.com/menu-test-case.html

    Anyone know why?

    Thanks.

    Dan

    #245874
    DanLoffler
    Participant

    I was able to figure it out. I needed to change the CSS …
    -from-
    .nav li { position: relative; }
    -to-
    .nav li { position: static; }

    So it works now. Whew!

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