|
Posted by Beauregard T. Shagnasty on 10/29/06 19:35
paul wrote:
> In my website when I put the mouse over an image, I see the
> description I have put in it using the tag alt= and this is normal,
> isn't it?
That only works in the defective browser Internet Explorer. Using
compliant modern browsers show nothing on a hover. Try Firefox.
> It is OK (almost always). Infact the strange thing is that sometime,
> for hours or days I can't see this text putting the mouse on the
> image. Nothing happens. And I don't know why this happens.
>
> In example, I have the following row: is it correct?
You should use the title attribute for what you want a mouse hover to
show in the tooltip window. Also, the alt attribute is meant to be a
*replacement* for the image for those who have images turned off or are
using a non-graphical browser.
> <img
> SRC="http://www.orefelici.com/images/TORTA055-01_minnie_mouse_daisy_duck_disney_t.JPG"
> BORDER=1 ALT="Favor cake with Disney Minnie Mouse and Daisy Duck"
> width="350" height="263"></A><br>
<img
SRC="http://www.orefelici.com/images/TORTA055-01_minnie_mouse_daisy_duck_disney_t.JPG"
BORDER=1 ALT="Minnie and Daisy" title="Favor cake with Disney Minnie
Mouse and Daisy Duck" width="350" height="263"></A><br>
Your page has a lot of other markup problems, too. Ask if you want
further help on those. You could start here:
<http://www.htmlhelp.com/cgi-bin/validate.cgi?url=http%3A%2F%2Fwww.tortebomboniere.com%2Fbomboniere%2Fcake055-minnie_mouse_daisy_duck_disney.html&warnings=yes>
...and consider using shorter file names. That would make life easier.
--
-bts
-Motorcycles defy gravity; cars just suck
Navigation:
[Reply to this message]
|