Hello,
I have been working on a website (my first one) that includes articles to help people learn music theory and related topics. Although the articles can get kind of long, I was hoping to keep the scrolling to a minimal. Currently, I have been using the asp ajax toolkit accordion feature to accomplish this. I like the look and the feel of it, but I don't know if that is the best solution. Having to click on the headers to open up the article is not as smooth as scrolling down.
I'm trying to avoid scrolling to keep all the navigation buttons and the rest of the layout of the website always present. But perhaps it is not a big deal.
here is one of the pages where I'm using the accordion
maestrotheory.netIs it possible to create the accordion effect with php? Would any of you recommend something else to avoid scrolling or even just accept it and embrace it?
I appreciate the help