Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
192
rated 0 times [  196] [ 4]  / answers: 1 / hits: 18219  / 10 Years ago, thu, august 21, 2014, 12:00:00

http://jsfiddle.net/gmannib/j2mwpj43/7/



^ See the sample fiddle above. Notice how the tooltips for the piechart go underneath the earth icon I have in the middle there? Is there a way to set the z-index property of the tooltips to be above the earth icon? I thought this would work?



race.tooltip.style.zIndex = 5;


I'm still learning...thank you for your kind help!


More From » html

 Answers
8

just give higher z-index value to your canvas and you are done. See DEMO.



CSS Code



canvas#race{position:relative; z-index:1;}

[#69708] Monday, August 18, 2014, 10 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
jenamackennac

Total Points: 304
Total Questions: 110
Total Answers: 107

Location: Ecuador
Member since Thu, Jun 4, 2020
4 Years ago
jenamackennac questions
Fri, Feb 18, 22, 00:00, 2 Years ago
Wed, Apr 21, 21, 00:00, 3 Years ago
Thu, Apr 1, 21, 00:00, 3 Years ago
Tue, Feb 2, 21, 00:00, 3 Years ago
;