Loading...
Hey guys! I picked up some material on Javascript and JQuery about a week ago and decided to mess around with some features that inspired me to learn the language.The page is www.ydyn.net/sblI am trying to implement a scrollable menu from...http://jquerytools.o...lable/home.htmlThe navigation button on the left named 'tools' is considered the 'intro button' and it has a corresponding tab that should appear when the website loads. The 'intro button' is identified as 't0'The intro tab does not appear when the website loads and the navigation button doesn't work either.I thought it may have something to do with the '!important' rule located in the #t0.active style. When I navigate between the tabs, t0 loads and remains in an active state and can't be interacted with.More than anything I would love to understand what the issue is. I attempted this with the intention of doing something wrong and wanted to play detective however...I believe I am a little ahead of myself in this instance.I left all the code displayed in the site source for any one that's willing to help. I would greatly appreciate any words that can be offered by some of the veteran JS/JQuery coders out there!Thanks in advance everyone!

