Hi,
I am creating a rollover picture of a downloading button. When you over the mouse on it, a picture version of the button "pressed" is supposed to appear.
That button has a link pointing on a path in a database.
The other rollover pictures on the ASP page work fine but the download buttons don't.
Any idea guys?
Thank you, here is the code to help:
========================================
<p align="center">
<a href="<%=(rsDiorDatabase.Fields.Item("DL Path").Value)%>" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Download','','../../Images/Masters%20Buttons/Download%20Over.jpg',1)">
<img src="../../Images/Masters%20Buttons/Download%20Up.jpg" alt="Download the file." name="Download" width="103" height="29" border="0" id="Download" />
</a></p>
========================================
I am creating a rollover picture of a downloading button. When you over the mouse on it, a picture version of the button "pressed" is supposed to appear.
That button has a link pointing on a path in a database.
The other rollover pictures on the ASP page work fine but the download buttons don't.
Any idea guys?
Thank you, here is the code to help:
========================================
<p align="center">
<a href="<%=(rsDiorDatabase.Fields.Item("DL Path").Value)%>" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Download','','../../Images/Masters%20Buttons/Download%20Over.jpg',1)">
<img src="../../Images/Masters%20Buttons/Download%20Up.jpg" alt="Download the file." name="Download" width="103" height="29" border="0" id="Download" />
</a></p>
========================================