Forum Moderators: open
Does anybody know how i can do this?
Thanks in advance :)
URL deleted
(edited by: tedster at 8:27 pm (gmt) on Dec. 20, 2001)
<a href="/children/showcase.htm" onMouseOut="swapImgRestore()" onMouseOver="swapImage('showcase','','/Images/Home/btnShowcaseO.gif',1)"><img name="showcase" border="0" src="/Images/Home/btnShowcase.gif" width="105" height="19" alt="Customer Showcase"></a>
This will do a roll over and show the alt tag as "Customer Showcase"...
Hope it helps.
The only downside with using title and alt tags is that there is a delay before the tooltip shows up so not all visitors will see them...
Your url was removed so I don't know if this would work with your layout but one way to do it would be to put a column of hidden elements beside the images and then make them visible onmouseover.
If there isn't room for that kind of white space in your layout then you can use DHTML to create tooltips (which would come up instantly and would give you full control over the appearance.)
The last thing that comes to mind is a little high bandwidth... Have your mouseovers activate not only the menu item but also an new image in a static location. I'm sure you've seen it done before on other sites... It was very popular a year or so ago. You could also do the same thing with text instead of images.