![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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. |
#3
| |||
| |||
|
|
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. |
#4
| |||
| |||
|
|
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. |
#5
| |||
| |||
|
|
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. |
#6
| |||
| |||
|
|
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. |
#7
| |||
| |||
|
|
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. |
#8
| |||
| |||
|
|
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? |
#9
| |||
| |||
|
|
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. |
#10
| |||
| |||
|
|
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/ |
![]() |
| Thread Tools | |
| Display Modes | |
| |