Skip to main content
Inspiring
August 8, 2006
Question

asp:Menu Horizontal display problem

  • August 8, 2006
  • 2 replies
  • 303 views
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.


This topic has been closed for replies.

2 replies

Inspiring
August 9, 2006
Murray *ACE* wrote:
> Post a link to your page, please.

Here's a demo http://bobaspnet-1.at.vwdhosting.net/


Inspiring
August 8, 2006
Post a link to your page, please.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Bob" <no@mail.com> wrote in message
news:ebal8o$q2a$1@forums.macromedia.com...
>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.
>