longhorn1999
12-29-2010, 02:39 PM
1) Script Title: Rich HTML Balloon Tooltip
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex5/balloontooltip.htm
3) Describe problem:
I've been using the tooltip for a while now successfully in FF and IE7/IE8, but I just discovered that it doesn't work properly in Chrome. The URL of the image links I've created become blocked unless the image is at the bottom of the browser. Here's a temporary link to the site:
http://www.urlgone.com/9667b9/
I'm using a pretty standard balloontip.css:
.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid black;
font:normal 12px Verdana, Arial, sans-serif;
line-height: 18px;
z-index: 100;
background-color: white;
width: 350px;
/* adds shadow to box in firefox */
-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}
#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}
I see now that Chrome is not listed as a browser supported initially by the tooltip. If this is the case, is there any easy way to disable it just for Chrome? Though of course I'd prefer to get it working if possible.
Thanks
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex5/balloontooltip.htm
3) Describe problem:
I've been using the tooltip for a while now successfully in FF and IE7/IE8, but I just discovered that it doesn't work properly in Chrome. The URL of the image links I've created become blocked unless the image is at the bottom of the browser. Here's a temporary link to the site:
http://www.urlgone.com/9667b9/
I'm using a pretty standard balloontip.css:
.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid black;
font:normal 12px Verdana, Arial, sans-serif;
line-height: 18px;
z-index: 100;
background-color: white;
width: 350px;
/* adds shadow to box in firefox */
-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}
#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}
I see now that Chrome is not listed as a browser supported initially by the tooltip. If this is the case, is there any easy way to disable it just for Chrome? Though of course I'd prefer to get it working if possible.
Thanks