December 18th, 2012LWMW: Scrollbar appears on the Modal Window when I add a tooltip
Knowledge Base support case for Likno Web Modal Windows Builder, abstracted and stripped of all user’s private info.
Initial Email From: Bill
Initial Email Subject: Need help in ToolTip!
Support Case Month: September 2012
Here are the results for http://www.foxmls.com
Tool Tip AllWebMenu
Google Works Works
IE Under video Opens off center
Firefox Jumps Works
Opera Works Works
In addition if I add a Tooltip to the video, then a scroll bar is entered on the right because it wants to put the tooltip below the video.
Reply From: Likno Customer Support
Dear Bill,
I checked your page, and the problem is that you have the “wmode=transparent” parameter in the wrong place in the video.
Please try changing this:
<object width="640" height="360">
<param name="movie" value=
"http://www.youtube.com/v/_li-L8k3elw?version=3&hl=en_US&rel=0">
</param>
<param name="allowFullScreen" value="true">
</param>
<param name="allowscriptaccess" value="always">
</param><embed src="http://www.youtube.com/v/_li-L8k3elw?
version=3&wmode=transparent&hl=en_US&rel=0"
type="application/x-shockwave-flash" width="640" height="360"
allowscriptaccess="always" allowfullscreen="false"></embed>
</object>Into this:
<object width="640" height="360">
<param name="movie" value="http://www.youtube.com/v/_li-L8k3elw?version=3&hl=en_US&rel=0">
</param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always">
</param>
<embed src="http://www.youtube.com/v/_li-L8k3elw?
version=3&wmode=transparent"
type="application/x-shockwave-flash" width="640" height="360"
allowscriptaccess="always" allowfullscreen="false"></embed></object>
It seems to work in all browsers I tried.Regards,
KostasLikno Customer Support
Powerful javascript menus (CSS menus/drop-down menus/sliding menus), web trees, buttons, tabs, modals, tooltips, accordions, scrollers, designs for your websites!
Reply From: Bill
That worked.
Bill
Tags: browsers, FireFox, google, IE, jquery, modal, modal window, Opera, scroll bar, scrollbar, tooltip, video, website, window
