i wonder how you make the text thingy appear when you mouse over a link (text or image) then the text thing appears - like when i mouse over buttermilk cloud the text "my new blog" appears under the hand icon in a square box.
That is a tool-tip that displays when you move your cursor over the link. It is created with a simple little change to the link code.
<a href="http://buttermilkclouds.blogspot.com/" title="My Food Blog">Buttermilk Clouds</a>That code will make this link: Buttermilk Clouds. Just change the URL, title text (where I have My Food Blog) and what is displayed.
Go ahead, test it by hovering the cursor over the link!
No comments:
Post a Comment