I figured it out. I needed to change where the HASH was in my HTML. It didn't like
<h3><a href="#" id="software-1">Software 1</a></h3>, but did like
<h3 id="software-1"><a href="#">Software...
I have been using the jQuery.ScrollTo script to scroll through a few divs I have. It's cool stuff for sure. However, I would like to have the div appear smaller when the scroller is...
Oh yes, you are right... it's really sensative that way. Thanks for not giving it away but pointing me in the right direction. I am try to figure out how to escape it now... I'll post it when I get...
I have a scriptalicous and prototype fader happing on my page. I know it works, because I can "hard code" the values into it and wa-la, but when I pass a variable into the fader(a) it...
I have a JS menu I got off the web I have been working over for my use. I cannot seem to figure out how to get this menu to display the submenu only when it is on the page the main menu...
Thanks for the response. Yes, you hit it. I would like to open a PDF file into a Java paint program, do some simple highlight or circle, save and send file to somewhere over the net.