I have the following code which displays an image on the webpage:
<icon image="http://www.mysite.com/sample.gif" class="local"/>
I would like text to be displayed when the mouse hovers over the image (in standard HTML this would be done using: alt="description of gif" or title="description of...
Hoping somebody can help. I have links that appear using XML/XSL and i would like to have those links open in a new browser window. Here is the part of the XLS code to create the links:
<xsl:template match="piece">
<li>
<xsl:variable name="href">
<xsl:value-of select="link" />
</xsl:variable>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.