| html code for creating image rollover |
|
|
|
| Written by Administrator |
| Monday, 13 October 2008 00:00 |
|
Presently, there isn’t a plug-in that can create rollover images within JoomlaFCK editor. The good news is that this is on our list of things to do. Until then, I hope the code below will prove useful. html code for creating image rollover: <p><img height="129" width="210" onmouseout="this.src='images/stories/1st-image.jpg';" onmouseover="this.src='images/stories/2st-image.jpg';" src="images/stories/1st-image.jpg" alt="alternative text" title="text for small pop-up" /></p> Enjoy |