Hi,
I am developing a website in which i have used a javascript file to build a menu dynamically.
I have downloaded the javascript file and used in the webpage.
I need to make some modifications in the menu, like when i move the mouse over the menu, i need to change the image.
The example might clarify you,
new PopUpMenuItem("Client Login", "layout.html");
In this above syntax, the URL can be changed or the javascript code can be used using javascript:
but the problem i am facing is that i have write a function in which when the mouse moves over or when i click on the item i have to make a image at a particular location.
Please clarify me,
Sriram
I am developing a website in which i have used a javascript file to build a menu dynamically.
I have downloaded the javascript file and used in the webpage.
I need to make some modifications in the menu, like when i move the mouse over the menu, i need to change the image.
The example might clarify you,
new PopUpMenuItem("Client Login", "layout.html");
In this above syntax, the URL can be changed or the javascript code can be used using javascript:
but the problem i am facing is that i have write a function in which when the mouse moves over or when i click on the item i have to make a image at a particular location.
Please clarify me,
Sriram