The simpler media website CMS
Hello,
Can we add a rollover effect on a picture in a Zenpage, album description or codeblock ?
This code
<center><a href="/mylink.php"
onMouseOver="image1.src='/mypath/mypicture1.jpg'"
onMouseOut="image1.src='/mypath/mypicture2.jpg'">
<IMG NAME="image1" src="/mypath/mypicture2.jpg">
</a>
</center>
does not work, but is ok in an html page
Comments
You can do everything that is possible with HTML and CSS but you have to modify the theme used yourself. And you should really not be using
<center>
anymore as it is not part of the current HTML standard anymore.