Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Menu HelpMenu Help
Previous
 
Next
New Post
8/10/2009 1:57 PM
 

I'm sorry I meant to say that the header rotator is using Javascript, not flash.  This is DNN 5.0 yes.

It has to be some sort of DNN menu setting causing it to expand up when it runs out of room, I just can't figure out what it could be.  I've never experienced a navigation menu have this type of bevavior in any other CMS so finding a way to disable it is tough.

 
New Post
8/10/2009 5:05 PM
 

You're looking at the wrong thing to fix.  You need to add an "index: 1000;" to the css class(es) that are used for the submenu items.  Can't say what those classes are since every designer uses a different method and different class names for the submenus.  Setting the index on the submenu won't help, it has to be the submenu items for the css index setting to work, and you should include the td tag in the class name for the css.  So it would look something like this:  ".submenuItemClass td {index: 1000;}" and just use the text inside the quotes.  You should find the menu classes in the skin.css file in the appropriate skin directory.  You don't need to bother with whether or not the menu renders up or down, my god, you'd have to rewrite the javascript code that runs the menu and, well, adding a simple css adjustment is really simple and not quite as hair-raising as redeveloping the javascript that renders the menus...


JOHN GIESY
DotNetNuke Hosting Expert

DotNetNuke 7 Hosting $70 /year
DNN4Less.com Team DotNetNuke  

New Post
8/10/2009 5:14 PM
 

Oops.  The css property name is "z-index", not "index".  Setting z-index is a common fix for this common problem, and will work with any type of menu including a dropdown select menu.


JOHN GIESY
DotNetNuke Hosting Expert

DotNetNuke 7 Hosting $70 /year
DNN4Less.com Team DotNetNuke  

New Post
8/10/2009 5:25 PM
 

Rick, have you  ever tested this with the standard DNN menu?

I have and I cant get it to work as aspected.

 
New Post
8/11/2009 7:13 AM
 

I have done some more tests and I have to admit I was wrong! Its nice to know that I can be wrong sometimes ;)

If you in the Minimal extropy skin menu.css add z-index as shown below it works for js havent tested flash for silverlight you still have to use windowless.

   38 .mainMenu table{
   39     border:1px solid #C0D6E5;z-index: 1000;
   40     }
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Menu HelpMenu Help


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out