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 Reply To: jQuery MagicLine Navigation – in WordPress

#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!