• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Simple Java Script Question; so easy i look like an idiot!

Name? There's no specific name.. they just wrote it and put it up. Pick up some JavaScript on w3schools, view the source code of the page and you'll pretty much have everything you need to come up with your own implementation
 
Ya, it's nothing special. Probably pre-loaded the top images that it changes to. Then for each of the images you mouse over, there is "onmouseover()" type functions. I'm not sure of all the functions or their syntax, but it's pretty easy to setup. Just gotta read up on javascript and web design.
 
Back
Top