Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP 2.0 MasterPage with menu, menu appearing below content page

Reply
Thread Tools

ASP 2.0 MasterPage with menu, menu appearing below content page

 
 
Randy Smith
Guest
Posts: n/a
 
      10-06-2006
Hi All,
I'm having trouble finding a solution to this problem with ASP 2.0. I'm
using MasterPages with a menu, and if the number of elements inside a level
within the menu is too long, the entries will appear UNDER the content page.

So, is there a property that I can set that will keep all the menu entries
ON TOP while the mouse cursor is hovering over it?

TIA, Randy Smith



 
Reply With Quote
 
 
 
 
Cowboy \(Gregory A. Beamer\)
Guest
Posts: n/a
 
      10-06-2006
How is the content set up?

Most likely you have a DIV tag in the content section with a high z order.
That is a common reason for menus dropping under the content.

I am currently using a transitional form of CSS on my pages, rather than
100% CSS with DIVs. It was more a learning curve issue for one of my
coworkers, but CSS for style and tables for layout works nicely with the
menu.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com/

*************************************************
Think Outside the Box!
*************************************************
"Randy Smith" <> wrote in message
news:%...
> Hi All,
> I'm having trouble finding a solution to this problem with ASP 2.0. I'm
> using MasterPages with a menu, and if the number of elements inside a
> level within the menu is too long, the entries will appear UNDER the
> content page.
>
> So, is there a property that I can set that will keep all the menu entries
> ON TOP while the mouse cursor is hovering over it?
>
> TIA, Randy Smith
>
>



 
Reply With Quote
 
 
 
 
Randy Smith
Guest
Posts: n/a
 
      10-20-2006
Gregory,
You were right about the z-index. However, I removed all of them from my
content page, and after a few compiles and minor changes, they were back.
But, I think I have a solution to this. What do you think if I set the
z-index value for the menu around 900? Shouldn't that always place the menu
on top of everything else?

TIA,
Randy



"Cowboy (Gregory A. Beamer)" <> wrote in
message news:...
> How is the content set up?
>
> Most likely you have a DIV tag in the content section with a high z order.
> That is a common reason for menus dropping under the content.
>
> I am currently using a transitional form of CSS on my pages, rather than
> 100% CSS with DIVs. It was more a learning curve issue for one of my
> coworkers, but CSS for style and tables for layout works nicely with the
> menu.
>
> --
> Gregory A. Beamer
> MVP; MCP: +I, SE, SD, DBA
> http://gregorybeamer.spaces.live.com/
>
> *************************************************
> Think Outside the Box!
> *************************************************
> "Randy Smith" <> wrote in message
> news:%...
>> Hi All,
>> I'm having trouble finding a solution to this problem with ASP 2.0. I'm
>> using MasterPages with a menu, and if the number of elements inside a
>> level within the menu is too long, the entries will appear UNDER the
>> content page.
>>
>> So, is there a property that I can set that will keep all the menu
>> entries ON TOP while the mouse cursor is hovering over it?
>>
>> TIA, Randy Smith
>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Browser crashes with below code.What is wrong in below code. kiran Javascript 12 12-07-2011 02:38 PM
open pdf or othe page link into content page in masterpage Shailesh Patel ASP .Net 2 11-15-2006 08:14 PM
Masterpage Content Controls Throwing Off Content Barkster ASP .Net 5 10-30-2006 06:55 PM
Could someone scan me a picture of the below? (Read Below) starlightvoyager@yahoo.com DVD Video 1 08-28-2006 05:42 AM
MasterPage -> Page -> MasterPage Code Access =?Utf-8?B?QWxleCBNYWdoZW4=?= ASP .Net 3 04-14-2006 12:34 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57