I added a pop-up silverlight overlay player to a page in Sharepoint that already had a bxslider banner.
The banner would jump on top of the video player.
The fix was to add a z-index to the bxslider CSS and give it a negative index –> keeping it *beneath* the overlay player:
z-index: -9999;
Recent Comments