473,503 Members | 2,174 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Controll the Title attribute for a html tag

KS
Is it possible to make the title attribute, which shows a text inside a
postit, for a html tag get displayed forever when the coursor is over the
html tag.
I want the postit to be displayed until cursor moves away from the html
tag?

If it not possible to controll the title attribute, any other solution that
makes the same result?

KS

Jul 23 '05 #1
6 1429
KS wrote:
Is it possible to make the title attribute, which shows a text inside a
postit, for a html tag get displayed forever when the coursor is over the
html tag.
I want the postit to be displayed until cursor moves away from the html
tag?

If it not possible to controll the title attribute, any other solution that
makes the same result?

KS

www.klproductions.com/kltooltips.html

--
Vladdy
http://www.klproductions.com
Jul 23 '05 #2
KS
Thanx for the respond. I was hoping for a non commercial/free solution.
KS

"Vladdy" <vl**@klproductions.com> skrev i melding
news:ZL***************@nwrdny01.gnilink.net...
KS wrote:
Is it possible to make the title attribute, which shows a text inside a
postit, for a html tag get displayed forever when the coursor is over the html tag.
I want the postit to be displayed until cursor moves away from the html
tag?

If it not possible to controll the title attribute, any other solution that makes the same result?

KS

www.klproductions.com/kltooltips.html

--
Vladdy
http://www.klproductions.com

Jul 23 '05 #3
KS wrote:
Thanx for the respond. I was hoping for a non commercial/free solution.
KS
"Vladdy" <vl**@klproductions.com> skrev i melding
KS wrote:
Is it possible to make the title attribute, which shows a text inside a
postit, for a html tag get displayed forever when the coursor is over the html tag.I want the postit to be displayed until cursor moves away from the html
tag?
If it not possible to controll the title attribute, any other solution that makes the same result?KS
www.klproductions.com/kltooltips.html Vladdy
http://www.klproductions.com


These don't work in Netscape 7 but they work in IE6:

http://www.people.virginia.edu/~jfo/asee/tballoons.htm

http://developer.netscape.com/viewso...lloonhelp.html

Mike

Jul 23 '05 #4
mscir wrote on 19 apr 2004 in comp.lang.javascript:
KS wrote:
Thanx for the respond. I was hoping for a non commercial/free
solution. KS
"Vladdy" <vl**@klproductions.com> skrev i melding
KS wrote:
Is it possible to make the title attribute, which shows a text
inside a postit, for a html tag get displayed forever when the
coursor is over

the html tag.
I want the postit to be displayed until cursor moves away from the
html tag?
If it not possible to controll the title attribute, any other
solution

that makes the same result?
KSwww.klproductions.com/kltooltips.htmlVladdy
http://www.klproductions.com


These don't work in Netscape 7 but they work in IE6:

http://www.people.virginia.edu/~jfo/asee/tballoons.htm

http://developer.netscape.com/viewso...lloonhelp.html


I use Overlib for years now:

<http://www.bosrup.com/web/overlib/>

works on all [modern] browsers [hearsay and specs, I only test for IE]

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Jul 23 '05 #5
Evertjan. wrote:
mscir wrote on 19 apr 2004 in comp.lang.javascript:
KS wrote:
Thanx for the respond. I was hoping for a non commercial/free
solution. KS
"Vladdy" <vl**@klproductions.com> skrev i melding

KS wrote:
>Is it possible to make the title attribute, which shows a text
>inside a postit, for a html tag get displayed forever when the
>coursor is over the html tag.

>I want the postit to be displayed until cursor moves away from the
>html tag?
>If it not possible to controll the title attribute, any other
>solution that makes the same result?
>KS

www.klproductions.com/kltooltips.html

Vladdy
http://www.klproductions.com


These don't work in Netscape 7 but they work in IE6:
http://www.people.virginia.edu/~jfo/asee/tballoons.htm
http://developer.netscape.com/viewso...lloonhelp.html

I use Overlib for years now:
<http://www.bosrup.com/web/overlib/>
works on all [modern] browsers [hearsay and specs, I only test for IE]


Overlib is really impressive!

Thanks,
Mike

Jul 23 '05 #6
KS
Great respons :)
We only use IE 6.0 and above.
Ill be looking forward to check it out.
Thanx
KS
"mscir" <ms***@access4less.com.net.org.uk> skrev i melding
news:10*************@corp.supernews.com...
Evertjan. wrote:
mscir wrote on 19 apr 2004 in comp.lang.javascript:
KS wrote:
Thanx for the respond. I was hoping for a non commercial/free
solution. KS
"Vladdy" <vl**@klproductions.com> skrev i melding

>KS wrote:
>>Is it possible to make the title attribute, which shows a text
>>inside a postit, for a html tag get displayed forever when the
>>coursor is over the html tag.

>>I want the postit to be displayed until cursor moves away from the
>>html tag?
>>If it not possible to controll the title attribute, any other
>>solution that makes the same result?
>>KS

>www.klproductions.com/kltooltips.html

>Vladdy
>http://www.klproductions.com

These don't work in Netscape 7 but they work in IE6:
http://www.people.virginia.edu/~jfo/asee/tballoons.htm
http://developer.netscape.com/viewso...lloonhelp.html

I use Overlib for years now:
<http://www.bosrup.com/web/overlib/>
works on all [modern] browsers [hearsay and specs, I only test for IE]


Overlib is really impressive!

Thanks,
Mike

Jul 23 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
4655
by: Lars G. Svensson | last post by:
Currently, I'm marking up a few pages in German, containing quite some English abbreviations. The abbreviations are marked up as <abbr> with the appropriate title attribute, and -- when appropriate...
10
3221
by: Amittai Aviram | last post by:
This XHTML 1.0 Strict page -- http://www.studiolirico.org/docs/settimana2003.html has a bilingual title in Italian and English. The principle language of the page is Italian, so the <html> tag...
3
6606
by: Luis | last post by:
Hello I'm opening a window with a SWF inside (no HTML, just the SWF) but in the title bar appears something like http://www.server.com/myDir/myWeb/Flash/myFlash.swf i'd like to write...
8
10625
by: Lian | last post by:
Hi all, It is a newbie's question about html tag "img". The attributes "title" and "alt" for "img" seems having the same function. So what is the main difference between them? Can i use them at...
14
4578
by: Del Ferguson | last post by:
Group, New to this list. I just found out that FireFox does not display the img alt attribute the same way IE does. I use both browsers to verify that my pages are readable. Dumb me for not...
4
15390
by: DU | last post by:
I am looking for opinions on the issue of length of title attribute. First of all, the current HTML 4.01 spec is rather vague on this issue... at least, it isn't explicit nor normative. The HTML...
33
3254
by: bissatch | last post by:
Hi, I fully understand the purpose of an alt attribute within a <img> tag but why would you use a title or summary attribute within, for example, a <p> tag. I have read books recommending that I...
3
2182
by: Andy Dingley | last post by:
We've all seen this structure many times: <ul> <li><a href="..." >Click here</a></li> <li><a href="..." >Click here</a></li> </ul> Now it's obvious good practice to have sensible link texts,...
1
1397
by: david | last post by:
I need put some html code into title attribute of A tag, so that user could see html when they move mouse over the link, I think this isn't a standard use, but it does work. The problem is how can...
0
7205
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7093
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7287
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7349
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7008
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5594
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
3177
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
1
746
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
399
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.