Jump to content

Horizontally scrolling content pane embedded in page


kuran

Recommended Posts

You can use JavaScript to loop through all the spans and then hide all the ones with (or without) a certain tag.
Thank you for that! I managed to get everything working as I intended.One final question, is there ever a point where I should be worried that too many javascripts will bog down my site?Does it matter if there is only one script activated at a single time, on a single .html? I made it so that all of my content loads in a single .html page, using hidden divs that are shown by clicking on the interface.. but doing it this way, each div has a script associated to it..It seems a bit inefficient really, and my fear is that as the content grows, the site also becomes slower...
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...