CSS Tooltip / Posts /

Tooltip hidden behind embeded youtube videos

14
This is a great tooltip... the only problem I've run into is when my tooltips are going to show near an embeded youtube video.  The tooltip floats behind the video.  Is there anyway to make it float above the video?
Jason  10 years ago   viewed: 10572    

2 Answers

0
It is the z-index issue. You can give the tooltip element a higher z-index value than the slider's z-index via CSS. For example:
a.tooltip span {
    z-index:5000;
    ....
}
Elizabeth   10 years ago
-3
If it's the iframe you add ?wmode=opaque to the end of the URL   Had one of these that just about drove me nuts.
http://helpx.adobe.com/flash/kb/flash-object-embed-tag-attributes.html#main_Browser_support_for_Window_Mode__wmode__values/fplayer10.1_hardware_acceleration_04.html
llihak   10 years ago

   

Your name*
Password
(Optional. Used to modify this post afterwords)
+ =  

Ask your Own Question

  • If your question is related to the topic of this post, you can post your question to this page by clicking the "Post a reply" button at left;

  • When you want to start a new page for your question: