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, ...ASP:Menu HelpASP:Menu Help
Previous
 
Next
New Post
3/16/2009 12:37 PM
 

I finally have a skin that is showing my header and the menu is working but I can't figure out why it's not formatting correctly.  Can someone take a look and tell me what I'm missing in the css? Am I not referencing the objects correctly?  I'm excited to have gotten this far! But would like some help getting over this hump please.  

skin.aspx file:

<%@ Control language="vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Skins.Skin" %>
<%@ Register TagPrefix="dnn" TagName="Breadcrumb" Src="~/Admin/Skins/Breadcrumb.ascx" %>

<asp:Panel ID="pnlHeader" runat="server" BackColor="#CCCC99" Width="100%">
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
        width="750" height="55" id="ErnieHeader">
        <param name="movie" value="<%=SkinPath %>ernie.swf" />
        <param name="loop" value="false" />
        <param name="quality" value="high" />
        <param name="bgcolor" value="#cccc99" />
        <embed src="<%=SkinPath %>ernie.swf" loop="false" quality="high" bgcolor="#cccc99" width="750"
            height="55" name="ErnieHeader" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
    </object>
</asp:Panel>
<asp:Panel ID="toppane" runat="server">
    <asp:Menu ID="MainNav" DynamicVerticalOffset="3" DynamicHorizontalOffset="-2" Enableview_state="false" runat="server" DataSourceID="SiteMapDataSource1" Orientation="Horizontal" Font-Bold="true" Font-Size="1.1em" ForeColor="#cccc99" StaticDisplayLevels="2"  StaticEnableDefaultPopOutImage="True">
                <DynamicMenuStyle BorderColor="gray" BorderStyle="solid" BorderWidth="1px"  />      
                <DynamicMenuItemStyle BackColor="#CCCC99" Font-Size="1.1em" Font-Underline="False"
                        ForeColor="#830C2C" CssClass="menuitemcontrol" />                         
                <DynamicHoverStyle BackColor="#830C2C" ForeColor="#FFFFF0" />               
            </asp:Menu>
            <asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" />
</asp:Panel>
<asp:Panel ID="pnlBreadCrumb" CssClass="pnlBreadCrumb" runat="server">
    <dnn:Breadcrumb runat="server" ID="dnnBreadcrumb" />
</asp:Panel>

<div id="ContentPane" runat="server">
</div>

I don't want to post the whole .css file here but can you tell me which object I need to modify in order to change the font size, background color, etc of the menu?  If you need the css file I'll repost.  Thanks!


 

 
New Post
3/16/2009 10:47 PM
 

The easy  file that I will do to update for menu styles is the skin.css file which located in your portal id folder.

 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...ASP:Menu HelpASP:Menu 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