is there a code for when you hover over a link that there is a desription think. Like hover over home and it says click here or something.
is there a code for when you hover over a link that there is a desription think. Like hover over home and it says click here or something.
Last edited by ModernRevolutions; 08-27-2006 at 09:56 PM.
like this?
Code:<img scr="home image URL" alt="Discripting Text"></img>
Change bolded part to what you want it to say.Code:<a href="#" title="Hover shows this.">Hover over this</a>
boxxertrumps: the code you posted has no relevance to this topic.
the "alt=" tag acheives the same effect, only with an image instead of text.
thank you!
man i love this site. its like a fast HTML resturant.
lol
Maybe that will work, maybe it won't. The w3c specs for the img tag don't say that it should.Originally Posted by boxxertrumps
Wrong. The alt attribute is meant to provide text in case the image can't be displayed. Internet Explorer also displays this text in a tooltip on hover if title (the attribute that's meant to be displayed as an accompaniment to the image) isn't specified, but nowhere in the specs is this recommended.the "alt=" tag acheives the same effect, only with an image instead of text.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Ha! I was about to post the same thing as blm126 here. But then I decided not to because it seemed almost... a cheap way around doing things.
- Mike
Why is it cheap? I try not to over complicate things.
Bookmarks