Apply hover effects to images
Summary | This article describes how to apply hover effects to images in AskiaDesign. |
Applies to | AskiaDesign |
Written for | Scriptwriters and survey authors |
Keywords | hover; mouse; image; picture; script; design; askiadesign |
Script to put in "Code In Cell" :
onmouseover='this.src="/images/next2.jpg"'; onmouseout='this.src="/images/next.jpg"';
For instance, in Internet Options -> Buttons tab -> Cell properties to have a roll over on the Previous and Next buttons.
Note: You can also use the ResPath functionality:
onmouseover='this.src="??ResPath??next2.jpg"'; onmouseout='this.src="??ResPath??next.jpg"';