regisma
Junior Member
Posts: 5
Registered: 6/3/2004
Member Is Offline
|
| posted on 6/3/2004 at 01:21 PM |
|
|
Mouseover Tigra Menu and images
Hi,
I'm trying to do the following and I cannot.
My user asked me to create a menu and when I roll over differents reports I have to display a report template in the HTML page.
I have defined a image like this in my page and I have tried the following:
document.IS.src='YTD Contacts 0_6.png';"
and a bit of the menu item file:
var MENU_ITEMS = [
['January', "javascript:document.IS.src='IS_logo.png';", null,
['Effort Reports', "javascript:document.IS.src='IS_logo.png';", null,
['YTD Contacts 0-6 +', "javascript:document.IS.src='YTD Contacts 0_6.png';", null,
['7th of the Month', 'report1.pdf'],
['18th of the Month', 'report2.pdf'],
['23rd of the Month', 'report3.pdf']
],
['YTD Contacts 0-21 +', "javascript:document.IS.src='YTD Contacts 0_21.png';", null,
['7th of the Month', 'report1b.pdf'],
['18th of the Month', 'report2b.pdf'],
['23rd of the Month', 'report3b.pdf']
do the goal is to display the report tumbnail when I scroll over the menu bu do display it when I click on it.
thanks
Regisma
|
|
|
|