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, ...SOLPARTMENU Vertical QuestionSOLPARTMENU Vertical Question
Previous
 
Next
New Post
10/18/2007 3:54 PM
 

I'm trying to do a bubble sort of button for a vertical menu. I wanted to use a left image, right image, and back. This would work great if the menu were horizontal, but since it's vertical, leftseperator is rendered on a seperate line from the tab itself.

Any ideas?

At this point, I am resigned to use entire images.... :-(

Brad

 
New Post
10/18/2007 10:54 PM
 

One normally uses entier image as in a fixed menu situation, one needs to fix the length anyway so it nicely lines up in a column

Salar

 
New Post
10/19/2007 8:10 AM
 

Right: i was too. But I was trying to lower the payload by having the back portion of my button be just one pixel wide and have the browser repeat it.

So I put the entire image as the background image for MainMenu_MenuItem, and then this: the TD that the submenu arrow arrow is in for tabs with subpages starts the image again, so it looks pretty dinky. This also happens on the submenu active, but I think I can solve that.

http://aetcompliance.com/aet (css below)

Any suggestions?

Brad

/* MENU */

.MainMenu_MenuContainer {
    background-color:Transparent;
    width:100%;
}
.MainMenu_MenuContainer TABLE {
    background-color:Transparent;
    background:Transparent url(inactiveTab.gif) no-repeat;   
    width:125px;
    padding-right:10px;
}

.MainMenu_MenuBar {}

.MainMenu_MenuItem {
    height:36px;
    padding-bottom:10px;
    color:WhiteSmoke;
}
.MainMenu_MenuItemSel {
    background:Transparent url(activeTab.gif) no-repeat;   
    height:36px;
    padding-bottom:10px;
    color:WhiteSmoke;
}
.MainMenu_SubMenu {
    background:#CDCDCD;
}
.MainMenu_SubMenuSel {
    background:#8EBAE0;
}

 
New Post
10/22/2007 3:52 PM
 

BUMP!

anyone?

 
New Post
10/24/2007 4:32 PM
 

so i may have found a clue, but no closer to a solution:

my submenus TDs have the class MainMenu_MenuItem assigned to them although I'm not doing that ANYWHERE. any suggestions?

brad

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...SOLPARTMENU Vertical QuestionSOLPARTMENU Vertical Question


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