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, ...DOTNETNUKE.com header menuDOTNETNUKE.com header menu
Previous
 
Next
New Post
4/15/2010 6:24 AM
 

Hi,

The nice menu on the top... is this a standard setting somewhere in DNN?  Or does it need programming?  New to all this, but it looks really great to have something there in the header...  But can not seem to add anything on the right of the logo.

Any feedback would be appreciated.

Thanks.

 

 
New Post
4/15/2010 10:33 AM
 

Hi, and welcome to the DNN forum.

As far as I know the menu on the top right is a styled piece of HTML content with a mix of image and text links, placed into a HTML module. This can be recreated through HTML and CSS quite easily. What you're looking to do is create the graphics, and lay this out (preferably in an unordered list, although the above sample is in DIVs). For each list item insert an image and a text link. then using CSS, float all the list items to the left, give them a fixed width and center the content. You may need to add a clearing div after the ul if the height of the pane is controlled by the content. I've created a quick sample of what the code will look like below.

HTML

<ul id="imgnav">
<li><a href="sample.html"><img src="image.gif" width="20px" height="20px" border="0" /></a><br />
This is sample text</li>
<li><a href="sample.html"><img src="image.gif" width="20px" height="20px" border="0" /></a><br />
This is sample text</li>
<li><a href="sample.html"><img src="image.gif" width="20px" height="20px" border="0" /></a><br />
This is sample text</li>
<li><a href="sample.html"><img src="image.gif" width="20px" height="20px" border="0" /></a><br />
This is sample text</li>
</ul>
<div style="clear:both"><!-- clear --></div>

CSS

ul#imgnav{
margin:0;
padding:0;
}

ul#imgnav li{
width:30px;
text-align:center;
float:left;
}

ul#imgnav a{
outline:none;
}

ul#imgnav li img{
margin-bottom:5px;
}

If you're not too confident with CSS, the other option would be to create the layout using a table.

Hope this helps,

Rick.



PSDtoDNN - You supply the artwork... we'll build the skins!™
Website | Twitter | YouTube | Skype
 
New Post
4/15/2010 12:30 PM
 

Waht you see is an HTML module AFAIK, a better managable option would be this:

http://www.dotnetnuke.com/Community/B...

 
New Post
4/16/2010 3:51 AM
 

hi guys,

 

Thanks a lot ...  But I think we have a misunderstanding ...  Or I don't see it ...  or I didn't ask it correctly... 

What I really means is when I add a module, I can choose place to add it...  and there is no place available to put it next to the logo...  The most upper part where I can add modules is called 'Top pane'  and is located under the breadcrumbs... so ...  how can I add something in the header ? 

Hans

 
New Post
4/16/2010 5:30 AM
 

 

ok....  well....  found it ...

I place an HTML module in the top pane...   create a CSS div for it ... and give it a negative 'margin-top' ...  and then it will end up next to the logo...

It was you guys who pointed my nose in the right direction... thanks a lot.

Hans

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...DOTNETNUKE.com header menuDOTNETNUKE.com header 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