HighDots Forums  

Disable tooltips with CSS

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Disable tooltips with CSS in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
David Trimboli
 
Posts: n/a

Default Disable tooltips with CSS - 08-04-2009 , 04:01 PM






I frequent a message board (forums.sjgames.com) that pops up a preview
of a message when you hover over the topic's subject line. It does this
with title attributes in its markup. I find these previews extremely
annoying.

I thought I might disable the tooltips for that site with custom styles.
I know how to limit styles to a specific domain in Firefox, but I'm
wondering if there is a way for styles to manipulate the visibility of
tooltips caused by the title attribute.

I don't want to disable all tooltips in Firefox, just the ones from this
site.

--
David Trimboli
http://www.trimboli.name/

Reply With Quote
  #2  
Old   
Adrienne Boswell
 
Posts: n/a

Default Re: Disable tooltips with CSS - 08-04-2009 , 05:30 PM






Gazing into my crystal ball I observed David Trimboli <david (AT) trimboli (DOT) name>
writing in news:4a789388$0$31286$607ed4bc (AT) cv (DOT) net:

Quote:
I frequent a message board (forums.sjgames.com) that pops up a preview
of a message when you hover over the topic's subject line. It does this
with title attributes in its markup. I find these previews extremely
annoying.

I thought I might disable the tooltips for that site with custom styles.
I know how to limit styles to a specific domain in Firefox, but I'm
wondering if there is a way for styles to manipulate the visibility of
tooltips caused by the title attribute.

I don't want to disable all tooltips in Firefox, just the ones from this
site.

a[title]:hover {display:none} might work.

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

Reply With Quote
  #3  
Old   
Adrienne Boswell
 
Posts: n/a

Default Re: Disable tooltips with CSS - 08-04-2009 , 05:30 PM



Gazing into my crystal ball I observed David Trimboli <david (AT) trimboli (DOT) name>
writing in news:4a789388$0$31286$607ed4bc (AT) cv (DOT) net:

Quote:
I frequent a message board (forums.sjgames.com) that pops up a preview
of a message when you hover over the topic's subject line. It does this
with title attributes in its markup. I find these previews extremely
annoying.

I thought I might disable the tooltips for that site with custom styles.
I know how to limit styles to a specific domain in Firefox, but I'm
wondering if there is a way for styles to manipulate the visibility of
tooltips caused by the title attribute.

I don't want to disable all tooltips in Firefox, just the ones from this
site.

a[title]:hover {display:none} might work.

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

Reply With Quote
  #4  
Old   
Adrienne Boswell
 
Posts: n/a

Default Re: Disable tooltips with CSS - 08-04-2009 , 05:40 PM



Gazing into my crystal ball I observed David Trimboli
<david (AT) trimboli (DOT) name> writing in news:4a789388$0$31286$607ed4bc (AT) cv (DOT) net:

Quote:
I frequent a message board (forums.sjgames.com) that pops up a preview
of a message when you hover over the topic's subject line. It does
this
with title attributes in its markup. I find these previews extremely
annoying.

I thought I might disable the tooltips for that site with custom
styles.
I know how to limit styles to a specific domain in Firefox, but I'm
wondering if there is a way for styles to manipulate the visibility of
tooltips caused by the title attribute.

I don't want to disable all tooltips in Firefox, just the ones from
this
site.

a[title]:hover {display:none} might work.


--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

Reply With Quote
  #5  
Old   
David Trimboli
 
Posts: n/a

Default Re: Disable tooltips with CSS - 08-04-2009 , 07:19 PM



Adrienne Boswell wrote:
Quote:
Gazing into my crystal ball I observed David Trimboli <david (AT) trimboli (DOT) name
writing in news:4a789388$0$31286$607ed4bc (AT) cv (DOT) net:

I frequent a message board (forums.sjgames.com) that pops up a preview
of a message when you hover over the topic's subject line. It does this
with title attributes in its markup. I find these previews extremely
annoying.

I thought I might disable the tooltips for that site with custom styles.
I know how to limit styles to a specific domain in Firefox, but I'm
wondering if there is a way for styles to manipulate the visibility of
tooltips caused by the title attribute.

I don't want to disable all tooltips in Firefox, just the ones from this
site.


a[title]:hover {display:none} might work.
No, it doesn't. I don't think you can use "display: none" on the link
pseudo-classes.

--
David Trimboli
http://www.trimboli.name/

Reply With Quote
  #6  
Old   
Adrienne Boswell
 
Posts: n/a

Default Re: Disable tooltips with CSS - 08-04-2009 , 08:35 PM



Gazing into my crystal ball I observed Adrienne Boswell
<arbpen (AT) yahoo (DOT) com> writing in news:Xns9C5D93F0191AAarbpenyahoocom@
188.40.43.213:

Quote:
Gazing into my crystal ball I observed David Trimboli
david (AT) trimboli (DOT) name> writing in news:4a789388$0$31286$607ed4bc (AT) cv (DOT) net:

I frequent a message board (forums.sjgames.com) that pops up a
preview
of a message when you hover over the topic's subject line. It does
this
with title attributes in its markup. I find these previews extremely
annoying.

I thought I might disable the tooltips for that site with custom
styles.
I know how to limit styles to a specific domain in Firefox, but I'm
wondering if there is a way for styles to manipulate the visibility
of
tooltips caused by the title attribute.

I don't want to disable all tooltips in Firefox, just the ones from
this
site.


a[title]:hover {display:none} might work.


My news reader went berserk - please forgive the multiple posts.

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

Reply With Quote
  #7  
Old   
Adrienne Boswell
 
Posts: n/a

Default Re: Disable tooltips with CSS - 08-04-2009 , 08:36 PM



Gazing into my crystal ball I observed David Trimboli
<david (AT) trimboli (DOT) name> writing in news:4a78c1f4$0$22542$607ed4bc (AT) cv (DOT) net:

Quote:
Adrienne Boswell wrote:
Gazing into my crystal ball I observed David Trimboli
david (AT) trimboli (DOT) name> writing in
news:4a789388$0$31286$607ed4bc (AT) cv (DOT) net:

I frequent a message board (forums.sjgames.com) that pops up a
preview of a message when you hover over the topic's subject line.
It does this with title attributes in its markup. I find these
previews extremely annoying.

I thought I might disable the tooltips for that site with custom
styles. I know how to limit styles to a specific domain in Firefox,
but I'm wondering if there is a way for styles to manipulate the
visibility of tooltips caused by the title attribute.

I don't want to disable all tooltips in Firefox, just the ones from
this site.


a[title]:hover {display:none} might work.

No, it doesn't. I don't think you can use "display: none" on the link
pseudo-classes.

Does just a[title] {display:none} work?


--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

Reply With Quote
  #8  
Old   
C A Upsdell
 
Posts: n/a

Default Re: Disable tooltips with CSS - 08-04-2009 , 08:46 PM



Adrienne Boswell wrote:
Quote:
Gazing into my crystal ball I observed David Trimboli
david (AT) trimboli (DOT) name> writing in news:4a78c1f4$0$22542$607ed4bc (AT) cv (DOT) net:

Adrienne Boswell wrote:
Gazing into my crystal ball I observed David Trimboli
david (AT) trimboli (DOT) name> writing in
news:4a789388$0$31286$607ed4bc (AT) cv (DOT) net:

I frequent a message board (forums.sjgames.com) that pops up a
preview of a message when you hover over the topic's subject line.
It does this with title attributes in its markup. I find these
previews extremely annoying.

I thought I might disable the tooltips for that site with custom
styles. I know how to limit styles to a specific domain in Firefox,
but I'm wondering if there is a way for styles to manipulate the
visibility of tooltips caused by the title attribute.

I don't want to disable all tooltips in Firefox, just the ones from
this site.

a[title]:hover {display:none} might work.
No, it doesn't. I don't think you can use "display: none" on the link
pseudo-classes.


Does just a[title] {display:none} work?
This would make the whole link disappear. Not what the OP wants.

I do not believe that CSS can do what he/she wants. Perhaps a browser
configuration option exists to do this.

Reply With Quote
  #9  
Old   
Harlan Messinger
 
Posts: n/a

Default Re: Disable tooltips with CSS - 08-04-2009 , 10:57 PM



Adrienne Boswell wrote:
Quote:
Gazing into my crystal ball I observed David Trimboli <david (AT) trimboli (DOT) name
writing in news:4a789388$0$31286$607ed4bc (AT) cv (DOT) net:

I frequent a message board (forums.sjgames.com) that pops up a preview
of a message when you hover over the topic's subject line. It does this
with title attributes in its markup. I find these previews extremely
annoying.

I thought I might disable the tooltips for that site with custom styles.
I know how to limit styles to a specific domain in Firefox, but I'm
wondering if there is a way for styles to manipulate the visibility of
tooltips caused by the title attribute.

I don't want to disable all tooltips in Firefox, just the ones from this
site.


a[title]:hover {display:none} might work.
This would apply display:none to an "a" element having a title
attribute, hiding the link altogether on hover.

Reply With Quote
  #10  
Old   
Gordon
 
Posts: n/a

Default Re: Disable tooltips with CSS - 08-05-2009 , 04:27 AM



On Aug 4, 9:01*pm, David Trimboli <da... (AT) trimboli (DOT) name> wrote:
Quote:
I frequent a message board (forums.sjgames.com) that pops up a preview
of a message when you hover over the topic's subject line. It does this
with title attributes in its markup. I find these previews extremely
annoying.

I thought I might disable the tooltips for that site with custom styles.
I know how to limit styles to a specific domain in Firefox, but I'm
wondering if there is a way for styles to manipulate the visibility of
tooltips caused by the title attribute.

I don't want to disable all tooltips in Firefox, just the ones from this
site.

--
David Trimbolihttp://www.trimboli.name/
If you know an ID for the div the preview is displayed in you could
probably do #id_of_preview_pane {display:none !important; }

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.