Html tool tip..........,
-
Hi inside the javascript, i given my hyperlink like this format: document.write("
Sample test") Now its the html link tool, if my cursor over the link it want to show the tool tip of the link and the text of the link always want to be in blue color..., How to do that..., Advance Thanks, Regards, Magi
-
Hi inside the javascript, i given my hyperlink like this format: document.write("
Sample test") Now its the html link tool, if my cursor over the link it want to show the tool tip of the link and the text of the link always want to be in blue color..., How to do that..., Advance Thanks, Regards, Magi
-
Hi inside the javascript, i given my hyperlink like this format: document.write("
Sample test") Now its the html link tool, if my cursor over the link it want to show the tool tip of the link and the text of the link always want to be in blue color..., How to do that..., Advance Thanks, Regards, Magi
Magh_M wrote:
if my cursor over the link it want to show the tool tip of the link
Use
`title="YourTooltip"`
in hyperlink tag.Magh_M wrote:
and the text of the link always want to be in blue color...,
Changing color is not possible in the default tooltip. You can go for some javascript that creates a tooltip.
-
Hi inside the javascript, i given my hyperlink like this format: document.write("
Sample test") Now its the html link tool, if my cursor over the link it want to show the tool tip of the link and the text of the link always want to be in blue color..., How to do that..., Advance Thanks, Regards, Magi
hello Magi, The Statement u have written is correct,But u have apply the tool tip for a Button or some control.In that javascript only change the settings ,it will automatically adjust.I have tried i got it u also plz try u will get ok byee Murali
-
Hi inside the javascript, i given my hyperlink like this format: document.write("
Sample test") Now its the html link tool, if my cursor over the link it want to show the tool tip of the link and the text of the link always want to be in blue color..., How to do that..., Advance Thanks, Regards, Magi
Did you try overlib from http://www.bosrup.com/[^]?
Vasudevan Deepak Kumar Personal Homepage Tech Gossips