473,513 Members | 2,708 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

tooltip error in jquery

11 New Member
I created a tooltip in css, when i tried to give a shadow to the tooltip using css, the arrow image in the tooltip is not displaying.If i remove the shadow the arrow image in tooltip is displaying.

Please resolve this question or post a new code for a tooltip having box-shadow.

the css code
Expand|Select|Wrap|Line Numbers
  1. .graphtooltip {
  2. display: none;  
  3. padding: 10px; 
  4. color: white;  
  5. width: 300px;  
  6. height: 230px;
  7. border:solid #e7e7e7 1px;
  8. color:#000000;
  9. background:#ffffff;
  10. float:left;
  11. text-align:left;
  12. }
  13.  
  14. .graphtooltip .col1 {
  15.     width:140px;
  16.     border-right: solid 1px #cccccc;
  17.     float:left;
  18.     padding:5px;
  19.     height:225px;
  20.     text-align:center;
  21. }
  22.  
  23. .graphtooltip .col2 {
  24.     width:120px;
  25.     float:left; 
  26.     padding:5px 0px 0px 10px;
  27. }
  28.  
  29.  
  30.  
  31. .tooltipgrapharrow    {
  32.     left:320px; 
  33.     top:90px; 
  34.     float:right;
  35.     display:block;
  36.     position:absolute;
  37. }
  38.  
I had taken the code from http://flowplayer.org/tools/ and designed a tooltip. I didnt code them.
Dec 8 '10 #1
1 2847
Death Slaught
1,137 Top Contributor
Please provide the rest of the CSS and HTML. I see nothing in your code that resembles a drop shadow?

border: solid #e7e7e7 1px; should be border: solid 1px #e7e7e7;

In .tooltipgrapharrow you have float: right; and position:absolute; - Use one or the other. Having both does nothing. Also, keep in mind that using either of these properties will remove the element from the normal flow of the page.


Regards, Death
Dec 11 '10 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
1609
by: walve_wei | last post by:
<1>use the D3D control panel, enable the debug DLL and maximum validation,for D3D control panel ,you need to install the directx sdk. <2>Start up the debug monitor (<MSVC install...
1
1277
by: tader | last post by:
Hi , here is my js script var browser = (navigator.appName == "Microsoft Internet Explorer") ? "ie" : "other"; var tooltip_move = "no"; function start_show(message, event) { var...
1
1643
by: csharpula csharp | last post by:
Hello I am trying to validate my form on load and each field I check and after the doing the following: errorProvider.SetError(textBox,"Error according to contorol.."); The problem is that...
20
2255
by: Aaron Gray | last post by:
There does not seem too be anyway to test if two jQuery references are the same element. Given :- ... <div id="1"></div .... Then :- alert( $("#1") == $("#1"))
2
5707
by: thj | last post by:
Hi. I've got this form that I'm trying to validate: <form id="periodForm" action="" method="post"> <p> Periode: <input id="startDate" name="startDate" type="text" size="7" value="<%=...
6
2565
by: Peter | last post by:
I am trying to create a tooltip popup - where the popup will allow you to click on a button inside the popup Kind of like the popup on the foodnetwork website ...
2
1407
by: Tom | last post by:
I have a ContextMenuStrip, and I would like to present the user with a tooltip like control when they press a certain button on my strip. I basically just need the user to enter some notes about...
4
3390
by: koyanpaing | last post by:
Hello everyone, I have a java script problem with "jQuery("#name").editable is not a function". i open Firebug console and it shows this error. i already include jquery file also. what wrong on...
0
2815
by: amskape | last post by:
hi Friends, I need to Upload some files in a Listing , by clicking corresponding Upload link, then a popup window will come with Browse option as Shown in attachment File. My actual need is...
0
7257
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,...
0
7157
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7379
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
7098
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...
0
4745
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3232
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...
0
3221
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1591
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
798
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.