jQuery SelectBox webkit (?) shadow - webkit

I have jQuery SelectBox running to re-style a select menu at top-left here: https://washington-street-originals.myshopify.com -- but am still getting shadows in webkit... what gives?

Related

dojo dijit menubar submenu hover problems

I'm using dojo menubar and I want the submenus to pop-up onmouseover and disappear onmouseout.
Right now the hiding and showing behavior is based on a click.
Is there anyway to get it to hover on mouseover, stop hovering on mouseout?
I found that a javascript click() on the menu item will start the hover behavior, and another javascript click will end it, so I could add an onmouseover and onmouseout listener to each menubar item as a workaround, but maybe someone knows of an easier way to get the same behavior by changing some dijit settings?
The documentation says this but I'm not sure how to use it.
The Menu/MenuBar domNode has a dijitMenuPassive/dijitMenuActive class so that CSS rules for hover can be customized based on whether or not the menu has focus.
I tried to add class="dijitMenuActive" but didn't notice any changes.

Dropdown menu over video?

Using Bootstrap is there a way to overlay a glyphicon dropdown menu over a video (mp4) , or alternatively, can I make an mp4 a background? I've tried everything and can't get it to work. I can get the glyphicon to overlay the video, but can't make it function as a dropdown. I can also get the dropdown to work over a background, but can't seem to make the video work as a background.
Thanks,
Jon
You can adjust your dropdown menu div on video by using position absolute for dropdown div and use position relative for main content.

Bootstrap multiselect dropdown scrollbar not showing in IE11

I have used Bootstrap multiselect plugin in a dynamic table.
Somehow in IE11 the dropdown's vertical scroll bar is missing as the picture below.
Note: Mouse scroll up/down is working and Its perfectly fine in other browsers
Any clue? Thanks in advance

Add a menu button on control bar in videojs

Hi I am using videojs player framework version 5.2.4.
I am trying to add a custom button in control bar menu. I tried code given here add item in control bar
But it seems that our version of video js is causing a problem in calling functions.
Is there any help for current version of video js? Also I want it to show/hide automatically as control bar hide and show.
Please help.

Sencha Touch: How to get a list item template to be non-scrollable?

I have a working Ext.List object in my Sencha Touch application. I'm rendering each item in the list using the List's itemTpl property. I'm noticing that each individual list item can be scrolled in addition to the whole list which is definitely not what I'm after.
Does anyone have any advice on how to get the individual list items not to scroll? I've tried setting the outermost div in the itemTpl template to have a specified height and overflow:hidden...but this does not prevent the scrolling behavior.
Is it the default HTML scrollbar as rendered by the browser, or is it the built-in scroll feature of Sencha Touch (the iScroller which fades in and out)? If it's the latter, try setting the scroll attribute of that ListItem object to false.
If the former, there's obviously a problem with your CSS selector. Could you share your code if it's this one?
Have you tried to set the height of the list-element, so all the content of a single list-item is visible (so you can't scroll anymore)?