Armand Datema wrote:
can you explain what you want in a bit more detail?
Hello.. Thanks for the reply..
We have different departmental pages. On a left-side pane, we have buttons which allow end-users to see different departmental pages. These were created in a WYSIWYG editors YEARS ago and their HTML/JS code was just copied and pasted into a DNN HTML module. Up until our DNN v6.1.2 upgrade, these were working.
For example, they have a blue background until you mouse-over them and then they turn red. Certain departmental pages have multiples of these types of buttons.
I'd like to not be dependent on old Javascript code and update the code to jQuery; which I'd think would be easier to maintain and require less code.
Thanks.. -Jeff
Here's an example of the existing code:
<a href="/Portals/0/resources/documents/census_2010.pdf" ="MM_swapImage('census','','/Portals/0/resources/images/census_gr.png',1)" onmouseout="MM_swapImgRestore()" target="_blank"><img width="150" height="30" name="census" style="border:0px solid; border-image: initial;" alt="2010 Census" src="/portals/0/resources/images/census_rd.png" /></a>