473,657 Members | 2,405 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Modify Tooltip Styles

Is there any way to modify the tooltip that shows up when using alt or title
in <img> or <a> tags? I don't like the stock tooltip, the boring yellow box.
I would like to make it a little more friendly. But I'm thinking that this
is part of the browser's hardcoded information. Am I wrong?
Jul 20 '05 #1
12 5350
Michael wrote:
Is there any way to modify the tooltip that shows up when using alt or
title in <img> or <a> tags?
Short answer: No
Long answer: Use JavaScript to remove the attribute on mouseover and display
a styled piece of HTML instead. Be _very_ careful if you decide to do this
with the alt attribute, it isn't designed to be rendered as a tooltip and
removing it onmouseover could cause problems for users of (for instance)
screen readers.
I don't like the stock tooltip, the boring
yellow box.
Yellow? Its off-white! (Actually, it is a system preference, configure your
system to display tooltips differently if you want).
I would like to make it a little more friendly. But I'm
thinking that this is part of the browser's hardcoded information. Am I
wrong?


Depends on the browser. IE/win32 for example takes it from the Windows
system settings.

--
David Dorward <http://blog.dorward.me .uk/> <http://dorward.me.uk/>
Jul 20 '05 #2
Michael wrote on 11 mei 2004 in
comp.infosystem s.www.authoring.stylesheets:
Is there any way to modify the tooltip that shows up when using alt or
title in <img> or <a> tags? I don't like the stock tooltip, the boring
yellow box. I would like to make it a little more friendly. But I'm
thinking that this is part of the browser's hardcoded information. Am
I wrong?


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

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Jul 20 '05 #3
Thank you both for your responses. And thank you Evertjan for the link. That
is a cool idea, exactly what I was looking for. I'll try that out.

Michael

"Evertjan." <ex************ **@interxnl.net > wrote in message
news:Xn******** ************@19 4.109.133.29...
Michael wrote on 11 mei 2004 in
comp.infosystem s.www.authoring.stylesheets:
Is there any way to modify the tooltip that shows up when using alt or
title in <img> or <a> tags? I don't like the stock tooltip, the boring
yellow box. I would like to make it a little more friendly. But I'm
thinking that this is part of the browser's hardcoded information. Am
I wrong?


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

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)

Jul 20 '05 #4
Evertjan. wrote:
Michael wrote on 11 mei 2004 in
comp.infosystem s.www.authoring.stylesheets:
Is there any way to modify the tooltip that shows up when using alt or
title in <img> or <a> tags? I don't like the stock tooltip, the boring
yellow box.


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


Ugh, overlib

This thing is horrible from a usability standpoint.

--
Reply email address is a bottomless spam bucket.
Please reply to the group so everyone can share.
Jul 20 '05 #5
kchayka wrote:
Evertjan. wrote:

Michael wrote on 11 mei 2004 in
comp.infosyst ems.www.authoring.stylesheets:
Is there any way to modify the tooltip that shows up when using alt or
title in <img> or <a> tags? I don't like the stock tooltip, the boring
yellow box.


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

Ugh, overlib

This thing is horrible from a usability standpoint.

What about www.klproductions.com/kltooltips.html
--
Vladdy
http://www.klproductions.com
Jul 20 '05 #6
"Vladdy" <vl**@klproduct ions.com> wrote in message
news:Qw******** **********@nwrd ny02.gnilink.ne t...
kchayka wrote:
Evertjan. wrote:

Michael wrote on 11 mei 2004 in
comp.infosyst ems.www.authoring.stylesheets:

Is there any way to modify the tooltip that shows up when using alt or
title in <img> or <a> tags? I don't like the stock tooltip, the boring
yellow box.

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

Ugh, overlib

This thing is horrible from a usability standpoint.
I see what you mean, now. I've been testing it out, and being that I'm not a
javascript expert, it's not as easy as I read it to be.

What about www.klproductions.com/kltooltips.html


$65 for a single license? Are you out your mind?


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

Jul 20 '05 #7
Michael wrote:
"Vladdy" <vl**@klproduct ions.com> wrote in message
news:Qw******** **********@nwrd ny02.gnilink.ne t...
kchayka wrote:

Evertjan. wrote:

Michael wrote on 11 mei 2004 in
comp.infosy stems.www.authoring.stylesheets:
>Is there any way to modify the tooltip that shows up when using alt or
>title in <img> or <a> tags? I don't like the stock tooltip, the boring
>yellow box.

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

This thing is horrible from a usability standpoint.

I see what you mean, now. I've been testing it out, and being that I'm not a
javascript expert, it's not as easy as I read it to be.

What about www.klproductions.com/kltooltips.html

$65 for a single license? Are you out your mind?


You are welcome to go ahead with overlib and spend couple of days
polluting your code with "onmouseove rs" and "onmouseout "s, but I guess
your time is of little value... *rolleyes*

--
Vladdy
http://www.klproductions.com
Jul 20 '05 #8
Vladdy wrote on 12 mei 2004 in comp.infosystem s.www.authoring.stylesheets:
You are welcome to go ahead with overlib and spend couple of days
polluting your code with "onmouseove rs" and "onmouseout "s, but I guess
your time is of little value... *rolleyes*


I use overlib for years now.

With little serverside [asp] coding your precious time can be drasticly
reduced:

<a
<%=overlib("Thi s is an overlib tooltip,<br>for sure!")%>
href="..">
go there</a>

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Jul 20 '05 #9
On Wed, 12 May 2004, Evertjan. wrote:
With little serverside [asp] coding your precious time can be drasticly
reduced:


What are the consequences for the cacheability of your served pages?
Jul 20 '05 #10

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

Similar topics

0
1276
by: Pocholo | last post by:
I'm working with AxWebBrowser and i try to change the entire page, but i don't find any way to do it also i try to change by parts: First the body: htmlDoc1.body.innerHTML="...."; and this also work:
0
1534
by: Yves Royer | last post by:
Hi, I'm currently writing an application (in VS 2005 bèta 2) and made some own user controls. In each user control I added a ToolTip object so i can set some tooltips on checkboxes etc. What I wanted to do is to add a ToolTip object on the starting form, and pass this ToolTip object to the user controls. In each user control I created a property ToolTip with only a setter which accepts the passed ToolTip.
0
1563
by: Yves Royer | last post by:
Hi, My first post didn't show up so here's a second try. I'm currently writing an application (in VS 2005 bèta 2) and made some own user controls. In each user control I added a ToolTip object so i can set some tooltips on checkboxes etc. What I wanted to do is to add a ToolTip object on the starting form, and pass this ToolTip object to the user controls. In each user control I
1
1997
by: Lars Netzel | last post by:
I need to have a Tooltip on each Cell in a datagrid, I don't know how to do this. I'm using Styles to the datagrid (Which I asume most people do since you never need to show all the fields from the source). The Cell I want a tooltip on is styled with a textboxcolumn and the TextBox Object in that TextBox Column doesn't seem to have a property called Tooltip.. so i'm sorta stranded here... Best regards/ Lars
5
1867
by: Lars Netzel | last post by:
I need to have a Tooltip on each Cell in a datagrid, I don't know how to do this. I'm using Styles to the datagrid (Which I asume most people do since you never need to show all the fields from the source). The Cell I want a tooltip on is styled with a textboxcolumn and the TextBox Object in that TextBox Column doesn't seem to have a property called Tooltip.. so i'm sorta stranded here... Best regards/ Lars
9
2018
by: Will | last post by:
I have given up looking for a solution so I figured I would break down and ask. I am trying to modify a CSS class in page_load. I have no problem doing it with an ID with the simple HTMLID.Style = "10px"; however I need to apply it to a CSS class not a single ID. What is the code for that?
6
5867
by: Joe Duchtel | last post by:
Hello - I'm trying to put together a little VB .NET (1.1 in VS 2003) application that lets me substitute the path in the Target: and Start in: fields of *.lnk files. Is there any way to do that? I saw examples of VBScripts using WSH but I would like to do it in VB .NET. Is support for *.lnk built into .NET? Thanks,
0
1885
omerbutt
by: omerbutt | last post by:
hi there i have tried to make my own AJAX tooltip it works all right and every things fine and the tooltip display right under the element i want to display untill unless i switch my resolution, it shifts from it correct position i am setting its x and y position i havent done it before , always used the prototypes for such things ,here is my code snippet <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
11
2178
by: Kim | last post by:
Using the code below am I able to display/hide a tooltip without any problems, however once the tooltip is displayed its position is fixed (based on where the mouse first hovered onto the object) and I would like the tooltip to follow the mouse instead. What must I change to do this ? HTML <a href="#" onMouseOver="showBox('help','text to display')" onMouseOut="hideBox('help')">text link</a>
0
8420
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8740
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8516
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7353
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6176
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4173
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4330
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1970
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1733
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.