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, ...Graphic Buttons for menuGraphic Buttons for menu
Previous
 
Next
New Post
5/19/2006 6:59 AM
 
Bullets can be removed by using

list-style: none;

- I've added the code that I've used for a menu here as you need to add the list-style into different sections to remove all of the bullets.

Hope this helps,

Thanks,

/* Vertical Menu */
#HouseMenuNav { /* menu wrapper div */
       border-top: solid 1px #003;
    border-bottom: solid 1px #003;
    margin-bottom: 10px;
}

#HouseMenuNav ul { /* all submenu lists */    
    padding: 0;
    border: 0;
    margin: 0;
    list-style: none;
}

#HouseMenuNav a { /* all links within the menu wrapper */
}

#HouseMenuNav li { /* all list items */
    /* -- Border around each menu item -- */
    border-bottom: 1px solid #ED9F9F;
    /* added for opera browser to remove bullets on lists */
    list-style: none;
}

#HouseMenuNav li a:link, #HouseMenuNav li a:visited
{
    /* main colour of the menu */
    margin: 0;
    padding: 0;
    display: block;
    padding: 5px 5px 5px 0.5em;
    border-left: 12px solid #711515;
    border-right: 1px solid #711515;
    background-color: #95353D;    
    color: #FFF;
    text-decoration: none;
    /* added for opera */
    font-size: small;
}

#HouseMenuNav li a:hover
{
    background-color: #711515;
    color: #FFF;
}
#HouseMenuNav ul ul
{
    /* second level menu items */
    margin-left: 12px;
}
#HouseMenuNav ul ul li
{
    border-bottom: 1px solid #711515;
    margin: 0;  
    /* remove the bullets from the sub menu */
    list-style: none;
}
#HouseMenuNav ul ul a:link, #HouseMenuNav ul ul a:visited
{
    background-color: #ED9F9F;
    color: #711515;
}
#HouseMenuNav ul ul a:hover
{
    background-color: #711515;
    color: #FFF;
}


Lee Sykes - DNN Creative Magazine - 600+ Video Tutorials, Articles, Interviews - July Issue 58 out now!
DNN Creative Magazine for DotNetNuke

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
 
New Post
5/19/2006 8:23 AM
 
To be honest I never use the SolpartMenu, but in the Skin I tested it with there are no settings for the solpartmenu.

In the skin there is:
<dnn:Menu id="dnnMenu" runat="server"></dnn:Menu>
Thats all.

And it works.

As the previous poster mentioned you use
ul, li {
    list-style-type:none
}
to get rid of the bullets

Use
li {
 float:left;
}
To make the menu horizontal.
 
New Post
12/4/2006 7:58 AM
 
Timo Breumelhof wrote
Nina,
I used this for a horizontal Menu with only one level, the rest of the menu is in another menu control, but if I use it with Solpart Menu it seems to work fine.

It can be a problem to get the text below instead of next to the images which is solved with

"selector" img {
    display: block;
    }

and some margin-top for the text ofcourse....

Timo


How do you get the rest of the menu in your another menu control?
Where can I find this control?
 
New Post
12/4/2006 2:27 PM
 
I used 2 housemenu's, one on top and one on the left.
But you could use "css NavMenu" too or "inventua Sidemenu"
Nav menu has the advantage that you can set the startlevel instead of the start page...
 
New Post
12/5/2006 5:05 AM
 
Timo Breumelhof wrote
I used 2 housemenu's, one on top and one on the left.
But you could use "css NavMenu" too or "inventua Sidemenu"
Nav menu has the advantage that you can set the startlevel instead of the start page...

When I try to download the "Inventua Sidemenu" I get server error. Pls can you mail me this module (avinnikov[@]gmail.com) ?
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Graphic Buttons for menuGraphic Buttons for menu


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