![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Dan Hopper wrote: I found a JavaScript 'tooltip-like' solution that is supposed to work in all browsers. Trying to adapt it to my page. The 'tooltip' works first time (Explorer) then breaks. Seems to work reliably in Netscape and Safari. It is at: http://www.hoppernet.info/scriptester.htm I am not skilful enough to find and repair the problem. Can someone please look at the code and help? Dan H. PS I searched MM site for 'tooltip' help. Found one that uses the IE tooltip capability but it doesn't work in other browsers. Seems that this would be an excellent cross-browser 'behaviour' for a tool builder to develop. Take a look at overLIB (http://www.bosrup.com/web/overlib/), which is a 'tooltip' like utility. As a co-developer of this utility, I know that it will work in the following browsers: Netscape 4.x (not all features), Netscape 6+, Mozilla 1.7+, FireFox 1.0, Opera 7.54, Safari, and IE4+. I believe that it will also work in Konqueror too but I can't verify that. To see how others are using it monitor http://groups.yahoo.com/group/overlib/ Bob Boughner |
#3
| |||
| |||
|
|
I found a JavaScript 'tooltip-like' solution that is supposed to work in all browsers. Trying to adapt it to my page. The 'tooltip' works first time (Explorer) then breaks. Seems to work reliably in Netscape and Safari. It is at: http://www.hoppernet.info/scriptester.htm I am not skilful enough to find and repair the problem. Can someone please look at the code and help? Dan H. PS I searched MM site for 'tooltip' help. Found one that uses the IE tooltip capability but it doesn't work in other browsers. Seems that this would be an excellent cross-browser 'behaviour' for a tool builder to develop. Take a look at overLIB (http://www.bosrup.com/web/overlib/), which is a |
#4
| |||
| |||
|
|
I found a JavaScript 'tooltip-like' solution that is supposed to work in all browsers. Trying to adapt it to my page. The 'tooltip' works first time (Explorer) then breaks. Seems to work reliably in Netscape and Safari. It is at: http://www.hoppernet.info/scriptester.htm I am not skilful enough to find and repair the problem. Can someone please look at the code and help? Dan H. PS I searched MM site for 'tooltip' help. Found one that uses the IE tooltip capability but it doesn't work in other browsers. Seems that this would be an excellent cross-browser 'behaviour' for a tool builder to develop. |
#5
| |||
| |||
|
|
Take a look at overLIB (http://www.bosrup.com/web/overlib/), which is a 'tooltip' like utility. |
#6
| |||
| |||
|
|
I found a JavaScript 'tooltip-like' solution that is supposed to work in all browsers. Trying to adapt it to my page. snip PS I searched MM site for 'tooltip' help. Found one that uses the IE tooltip capability but it doesn't work in other browsers. Seems that this would be an excellent cross-browser 'behaviour' for a tool builder to develop. |

#7
| |||
| |||
|
#8
| |||
| |||
|
|
Seriously I prefer to do a tooltip using CSS, is better thinking about time, weight and more. example. your menu is inside a div sou in this div you place this declaration: div: position: relative; the tooltip is stay inside the tag span a href="#">Home<span>the tooltip works here</span></a div a span {display: none} div a:hover span {position: absolute; top: 0; right: 150px; widht: 150px;, background-color: #000; color: #fff; border: 2px solid #fff} is that I think its better |
![]() |
| Thread Tools | |
| Display Modes | |
| |