Hi everybody
How can I create a tooltip for all thumbnails
I have installed several plugins but have not worked
I want all the small images to view picture text will appear
My site www.retete-super.ro
What code to use
Thank you all
| SitePoint Sponsor |
Hi everybody
How can I create a tooltip for all thumbnails
I have installed several plugins but have not worked
I want all the small images to view picture text will appear
My site www.retete-super.ro
What code to use
Thank you all
Last edited by Mittineague; Mar 6, 2013 at 17:37. Reason: removing unnecessary link

I see that you are running Wordpress. I have gone ahead and moved your question to the CMS & Wordpress forum.
Visit The Blog | Follow On Twitter
301tool 1.1.5 - URL redirector & shortener (PHP/MySQL)
Can be hosted on and utilize your own domain
Can you add your own code or are you locked into Wordpress plugins?
I want to add the code to my theme
I found a exemlu but I don't know how to put the code for the thumbnails
examle http://www.menucool.com/tooltip/css-tooltip
I want to defend this tooltip at all small pictures
Thank you
Last edited by Mittineague; Mar 6, 2013 at 17:57. Reason: removing unnecessary link
I asked a question. Please answer it to proceed.
My code is
How to integrate this code into my theme for the all small thumbnail image<a href="#" class="tooltip"> Tooltip <span> <img class="callout" src="src/callout.gif" /> <strong>Most Light-weight Tooltip</strong><br /> This is the easy-to-use Tooltip driven purely by CSS. </span> </a> <a href="#" class="tooltip"> <img src="../img/demo/css-tooltip-image.gif" /> <span> <img class="callout" src="src/callout.gif" /> <strong>CSS only Tooltip</strong><br /> <img src="../img/demo/css-tooltip-image.gif" style="float:right;" /> Pure CSS popup tooltips with clean semantic XHTML. </span> </a>
And Css
a.tooltip {outline:none; } a.tooltip strong {line-height:30px;} a.tooltip:hover {text-decoration:none;} a.tooltip span { z-index:10;display:none; padding:14px 20px; margin-top:-30px; margin-left:28px; width:240px; line-height:16px; } a.tooltip:hover span{ display:inline; position:absolute; color:#111; border:1px solid #DCA; background:#fffAF0;} .callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;} /*CSS3 extras*/ a.tooltip span { border-radius:4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -moz-box-shadow: 5px 5px 8px #CCC; -webkit-box-shadow: 5px 5px 8px #CCC; box-shadow: 5px 5px 8px #CCC; }
Hi everybody
He never made anyone tooltip for the image thumbnail or cannot be completed
Please if someone can help me
My Site www.retete-super.ro
Thank you
Last edited by Mittineague; Mar 6, 2013 at 17:41. Reason: removing unnecessary link
Does anyone know how to make 3 weeks all I'm looking for
Thank you!

Visit The Blog | Follow On Twitter
301tool 1.1.5 - URL redirector & shortener (PHP/MySQL)
Can be hosted on and utilize your own domain
Hi Force Flow
This is the code for tooltip
Example of site http://www.menucool.com/tooltip/css-tooltip
HTML Code:<a href="#" class="tooltip"> Tooltip <span> <img class="callout" src="src/callout.gif" /> <strong>Most Light-weight Tooltip</strong><br /> This is the easy-to-use Tooltip driven purely by CSS. </span> </a> <a href="#" class="tooltip"> <img src="../img/demo/css-tooltip-image.gif" /> <span> <img class="callout" src="src/callout.gif" /> <strong>CSS only Tooltip</strong><br /> <img src="../img/demo/css-tooltip-image.gif" style="float:right;" /> Pure CSS popup tooltips with clean semantic XHTML. </span> </a>
And Css
Code CSS:a.tooltip {outline:none; } a.tooltip strong {line-height:30px;} a.tooltip:hover {text-decoration:none;} a.tooltip span { z-index:10;display:none; padding:14px 20px; margin-top:-30px; margin-left:28px; width:240px; line-height:16px; } a.tooltip:hover span{ display:inline; position:absolute; color:#111; border:1px solid #DCA; background:#fffAF0;} .callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;} /*CSS3 extras*/ a.tooltip span { border-radius:4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -moz-box-shadow: 5px 5px 8px #CCC; -webkit-box-shadow: 5px 5px 8px #CCC; box-shadow: 5px 5px 8px #CCC; }
How do I add this code on my site for all small pictures
My site is www.retete-super.ro
When you put your mouse on the image 150 x 150 px I want to appear in the text view pictures
The same thing to all the small images thumbails
Please help
Thank you
Last edited by Mittineague; Mar 6, 2013 at 17:56. Reason: reformatting bbcode tags
Bookmarks