Posted by Andy Dingley on 01/12/11 11:28
Brian Cryer wrote:
> I want to show extra information about a link and am doing this by placing a
> short narrative in the title attribute of an <a href... link.
Stick it in a <span> instead (inside the <a>...</a>), hide it by
default and use some CSS to make it behave however you want.
[Back to original message]
|