Hi,
I am using the AllVideos plugin to display google videos but the child elements in the suckerfish menu appear behind the video.
This only happens with Google videos, youtube videos are fine
I have tried all the fixes, e.g. the div tags around the nav but all to no use.
I have also made the video FLV Video Transparent from the admin section but still no use..
The css for my nav bar is as follows:
div#nav {
font-family: Arial, Helvetica, sans-serif;
width: 100%;
height: 29px;
position: relative;
z-index: 100;
float: none;
margin: 0;
padding: 0;
background-color: #4888B4;
border-bottom: 1px solid #ccc;
border-top: 1px solid #e5e5e5;
}
thank you in advance for all help received