Replies |
Premalatha
Posted on: 7/17/2012 11:36:09 AM
|
Level: Starter | Status: [Member] | Points: 25
|
JQueryTools includes a Tooltip module which will get rid of a big chunk of your code.
http://jquerytools.org/demos/tooltip/index.html
It's also possible to create tooltips with no JavaScript at all, using HTML and CSS along these lines:
<div class="has-tooltip">
<button class="huge red">You Know You Wanna...</button>
<div class="tooltip">Do NOT Press This Button.</div>
</div>
And in CSS:
.has-tooltip .tooltip {
position: absolute;
display: none;
<style code to position (with margin-left and margin-top)
and make the tooltip box look how you want>
}
.has-tooltip:hover .tooltip {
display: block;
}
Google "CSS Tooltips" to see lots of examples.
Premalatha
Software Engineer
Mahe, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|
Mahe, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|
Ranjeet_8
Posted on: 7/18/2012 5:46:49 AM
|
Level: Gold | Status: [Member] | Points: 25
|
Mahe, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|
Mahe, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|
Taanu51
Posted on: 7/19/2012 12:13:26 AM
|
Level: Starter | Status: [Member] | Points: 25
|
Mahe, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|
Mahe,
I have attached a sample, please go through it
____________
www.flickr.com/photos/psdesigner/
Mahe, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|
Dear All,
The sample i have posted above will be helpful to you also. This is one of the easiest way to implement a tooltip with image.
____________
www.flickr.com/photos/psdesigner/
Mahe, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|
Mahe
Posted on: 7/23/2012 12:01:55 PM
|
Level: Starter | Status: [Member] | Points: 25
|
Hi Dotnetrajanikanth,
I am not able to open the attached "Download source file",
willl you please place the code, rather than attachment.
Regards,
Mahe
Mahe, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|
Hi
Mahe
Did you got the answer
R D Patel
Mahe, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|
If you got the answer then please mark as answer
R D Patel
Mahe, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|