RE: rollover effects on html:link

2001-04-11 Thread Matthew O'Haire
Doh! that looks like it'll do the trick but it has highlighted another problem... The link is generated inside an iterate and each image iteration is given it's own name so that the image swapping code can refernce it... the desired output is supposed to be along the lines: img name="image1"

rollover effects on html:link

2001-04-10 Thread Matthew O'Haire
Hi folks, I have a link that spans am image and some text. As I hover over the link I want to switch the images in conjunction with the text effects. Here is the code snippet: html:link href="TSA32.do" paramId="key" paramName="lot" paramProperty="primaryKey" %--a href="TSA32.do"

Re: rollover effects on html:link

2001-04-10 Thread Roland Huss
"Matthew O'Haire" [EMAIL PROTECTED] writes: The comment on the second line illustrates what I'm trying to achieve with the html:link, but if I add the onMouseOver/Out to the html:link I get an "Attribute invalid according to TLD" error... Try 'onmouseover' or 'onmouseout' as attribute