Menu hiding under content

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
6/14/2006 12:03:00 AM
Gravatar
Total Posts 68

Menu hiding under content

Hi, I noticed a thing with the menu, i dont know i its just me but, when im in the "Add/Edit Pages" page, if you click "Admin" on the menu, the submenu is hidden under the list of pages, it appers that this content is drawn above the menu. Not so nice :) I will post what skin im using in a minute. (I have some porblems with logging in right now :)

Christian

6/14/2006 12:30:21 AM
Gravatar
Total Posts 68

Re: Menu hiding under content

This is on every skin i tested, ie subblue and centered1 (default).

Christian

6/14/2006 2:39:21 AM
Gravatar
Total Posts 18439

Re: Menu hiding under content

Interesting, I had not noticed this because it only happens in IE and I use FF most of the time. Might be fixable using z-order, I'll look into it.

Thanks,

Joe
6/14/2006 11:57:43 AM
Gravatar
Total Posts 68

Re: Menu hiding under content

Just wanted to let you know, I just noticed that this also occurs on the add/edit content page ("Page Content for Page").

Cheers,

Christian

6/20/2006 4:22:55 PM
Gravatar
Total Posts 18439

Re: Menu hiding under content

I fixed this using a low fi approach, putting enough space between the menu and the blocking controls to allow at least 1 level of menu to show. Its in svn now.

The other solutions I found involved hiding the blocking controls when the menu is moused over which seemed very kludgy to me. Apparently this is a very common problem in IE when using dhtml menus.

Anyway its fixed to my satisfaction, hope you agree.

Cheers,

Joe
You must sign in to post in the forums. This thread is closed to new posts.