E
elyob
Hi,
I'm just wondering how I change some css text when I mouseover a picture. At
the moment document.write just writes to a new page.
function displayname(name)
{
document.write(name);
}
<a href="#" onMouseOver="displayname('Autumn Brown')"
onMouseOut="hidename()"><img src="img/autumnbrown.jpg" width="70"
alt="Autumn Brown" border="0"></a>
Thanks
I'm just wondering how I change some css text when I mouseover a picture. At
the moment document.write just writes to a new page.
function displayname(name)
{
document.write(name);
}
<a href="#" onMouseOver="displayname('Autumn Brown')"
onMouseOut="hidename()"><img src="img/autumnbrown.jpg" width="70"
alt="Autumn Brown" border="0"></a>
Thanks