Question
asp:Menu Horizontal display problem
I have a masterpage with an asp:Menu. In css I've among
others defined the
following
#header{
position:relative;
background-color:#000000;
width:981px;
}
#leftcol{
width:155px;
float:left;
position:relative;
padding-left: 40px;
padding-right: 10px;
padding-top: 20px;
}
The asp:Menu is located in the header and the problem is that the mouse over
menus are displayed behind content in the leftcol.
Any ideas as to what I can do? Thanks.
following
#header{
position:relative;
background-color:#000000;
width:981px;
}
#leftcol{
width:155px;
float:left;
position:relative;
padding-left: 40px;
padding-right: 10px;
padding-top: 20px;
}
The asp:Menu is located in the header and the problem is that the mouse over
menus are displayed behind content in the leftcol.
Any ideas as to what I can do? Thanks.
