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, ...SOLPART menu bottom ?SOLPART menu bottom ?
Previous
 
Next
New Post
10/25/2006 1:21 PM
 

I have a vertical menu, that is wrapped with images on top and on the bottom. The top and bottom images are really borders. I have a large gap on the bottom.

View picture

How can I close this gap? Thanks for any help you can provide, my design skills aren't that great.

Code
/*Start Solpart menu  */

.MainMenu_MenuItem
{
 cursor: pointer;
 color: #444444;
 font-family: Verdana;
 font-size: 11px;
 font-weight: normal;
 font-style: normal;
   
 background-color: transparent;
 padding : 2,2,2,2
}
.MainMenu_MenuIcon
{
 cursor: pointer;
 background-color: transparent;
 text-align: center;
 width: 15;
 height: 21;
 border : none;
}


.MainMenu_MenuContainer{ background:transparent; width:100%; }
.MainMenu_MenuBar{ background:transparent; }
.MainMenu_MenuIcon{ display:none; }
.RootMenu_MenuIcon{ display:none; }
.RootMenu_MenuArrow{ display:none; }
.MainMenu_MenuArrow{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuBreak{font : 24px;}
.MainMenu_MenuItem,.submenuitembreadcrumb{
 /*Controls the font on the main menu*/
 color:#444444;
 font-size:11px;
 font-weight:normal;
 font-family: Verdana;
 /*padding: 3px 15px 3px 10px;*/
 border:1px #CBCBCB solid;
 border-width:1px 0px;
 font-family: Verdana;
}

.submenu{
 font-size:11px;
 font-weight:normal;
 border:1px #A7A7A7 solid;
 padding:3px 15px 3px 10px;
 background:#CBCBCB;
 margin-top:0px;
 margin-left:1px;
}

.rootmenuitem TD{
 
 height:29px;
 padding: 3px 3px 3px 3px;
 background-color: #eeece9;
 border-top: dotted #ffffee 1px;
 border-bottom: solid #cccccc 1px;
 border-right: solid #cccccc 1px;
 border-left: solid #cccccc 1px;
}
.rootmenuitemselected TD,.rootmenuitembreadcrumb TD{
 background: #DCDCDC;
 padding: 3px 3px 3px 3px;
 height:29px;
}
.rootmenuitemselected{
 color: #FF0000;
 font-size:11px;
 font-weight:normal;
}
.submenuitemselected{
 color: #FF0000;
 font-size:11px;
 font-weight:normal;
 padding:3px 15px 3px 10px;
 background: #DCDCDC;
 /*border:1px #CBCBCB solid;
 border-width:1px 0px;
 margin-top:1px;
 margin-left:1px;*/
}

/* this encapsulates the menu table
and puts the top and border image on */

.MenuTopLeftCell {
 background-image: url(images/menu_01.gif);
 height: 6px;
 width:6px;
 background-repeat: none
}
.MenuTopMiddleCell {
 background-image: url(images/menu_02.gif);
 background-repeat: repeat-x;
 height: 6px;
}
.MenuTopRightCell {
 background-image: url(images/menu_03.gif);
 height: 6px;
 width:6px;
 background-repeat: none
}
.MenuMiddleCell {
 width:100%;
}
.MenuBottomLeftCell {
 background-image: url(images/menu_07.gif);
 height: 6px;
 width:6px;
 background-repeat: none;
 vertical-align: top;
 
}
.MenuBottomMiddleCell {
 background-image: url(images/menu_08.gif);
 background-repeat: repeat-x;
 height: 6px;
 vertical-align: top;
 
}
.MenuBottomRightCell {
 background-image: url(images/menu_09.gif);
 height: 6px;
 width:6px;
 background-repeat: none;
 vertical-align: top;
 
}

<table width="100%" border="0" cellspacing="0" cellpadding="0" style="table-layout:fixed">
        <tr height="6"> 
        <td class="MenuTopLeftCell"></td>
        <td class="MenuTopMiddleCell">&nbsp;</td>
        <td class="MenuTopRightCell"></td>
       </tr>
       <tr>
        <td colspan="3" class="MenuMiddleCell">[SOLPARTMENU]</td>
       </tr>
       <tr> 
        <td class="MenuBottomLeftCell"></td>
        <td class="MenuBottomMiddleCell">&nbsp;</td>
        <td class="MenuBottomRightCell"></td>
       </tr>
      </table>

 
New Post
10/25/2006 9:13 PM
 

That is because there is a none breaking space character in the javascript file - i thought it was removed but that is on somethign like line...647 or whatever in the JS file - if it's removed it will close that gap.

Nina Meiers


Nina Meiers My Little Website
If it's on DNN, I fix, build, deploy, support,skin, host, design, consult, implement, integrate and done since 2003.
Who am I? Just a city chic, having a crack at organic berry farming.. and creating awesome websites.
 
New Post
10/26/2006 9:22 AM
 

Thank you Nina for taking the time to address my problem. I really appreciate your involvement!

 
New Post
10/26/2006 10:08 AM
 

Yes but I didn't solve your problem did I? so how useful was it - I guess it stopped you from thinking it's you and that's always a plus I suppose. I was looking for the post in my forums box but I mustn't have flagged it - I will look - but I know of that problem and it used to force me to change the design and really annoyed me cos I like the designs to be tight.

I'd be here more if I could allocate some more hours in my day- - I've been working on a new idea with 2 other people and we're about to release it tomorrow or saturday - it's soooo cool and we've put an awful lot of thought into it..

Nina Meiers


Nina Meiers My Little Website
If it's on DNN, I fix, build, deploy, support,skin, host, design, consult, implement, integrate and done since 2003.
Who am I? Just a city chic, having a crack at organic berry farming.. and creating awesome websites.
 
New Post
10/26/2006 1:34 PM
 

Unsure if it fixes the problem or not, I have been called away to work on another project. Nevertheless, I do appreciate it when anyone responds to a question on the forums.

I too like the design to be tight. The problem are things that remain unseen during the design process, like the javascript gotcha. I have a great looking skin in Dreamweaver, but getting that to work in DNN requires a bit of luck & magic. I suspect that a lot of skin design is trial and error until you gain the experience necessary to avoid the pitfalls and mistakes. A blend of Art and Skill.

I don't possess that blend. I make a skin maybe once or twice a year. I don't have that constant engagement, so everytime I make a skin, I hit snags. I enjoy the creative process, but the constant tweaking irks me.

Looking forward to your coool announcement....

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...SOLPART menu bottom ?SOLPART menu bottom ?


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