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, ...Is it possible to create DNN skins based on CSS-based template with JQuery?Is it possible to create DNN skins based on CSS-based template with JQuery?
Previous
 
Next
New Post
11/19/2008 2:30 PM
 

for DNN 5 the 100% will be removed

 
New Post
11/20/2008 1:37 PM
 

 Another CSS question.  My drop-down menu is CSS-based and how do I generate the necessary HTML markup like the following:

Is SolPartMenu capable of doing that?  I also heard other names like HouseMenu, NavMenu.  Which package is suitable for what I have on hand, thanks in advance.

<ul class='main-nav' id='main-nav'>

  <li class='active'>

    <a href='#'>Menu 1</a>

    <div class='drop'>

      <span class='top-bg'>&nbsp;</span>

      <div class='middle'>

      <ul>

        <li><a href='#'>sub menu 1</a></li>

        <li><a href='#'>sub menu 2</a></li>

      </ul>

      </div>

      <span class='bot-bg'>&nbsp;</span>

    </div>

  </li>

  <li><a href='#'>Menu 2</a></li>

  <li><a href='#'>Menu 3</a></li>

</ul>

 
New Post
11/20/2008 2:42 PM
 

HI

 

solpart is not able to do this

 

Based on your code I would go for NavMenu its tempalte based so youc an format the output the way you want to

 
New Post
11/24/2008 1:42 AM
 

Thanks, Armand.  NavMenu is a very nice menu package.  The template method is powerful yet simple to use and I have no problem to setup my own CSS-based menus. 

On a different issue, my skin works fine in front-end but the following message pops-up whenever I try to scroll the mouse in the page with my new skin when I logged in as host or admin.  Wonder what's the cause of that?

Error: ScrollTop is NULL or not an object.  I see this variable is a hidden form element in default.aspx. 

 

 
New Post
11/24/2008 2:49 AM
 

No problem ( I should ask john for percentage of sales, im a good evengelist for him ;)

well probably somethign in dnn but i dont realy care about what the admin sees because I am the only admin. However for cleits that have the same issue I usually give this solution ( I only do that because i know there is nothing wrong in my scipt code only in dnn code since it appears only when admin mode is on )

In the .template.txt put this in the <head section above all the other scripts you call in Head

<SCRIPT language="JavaScript">
<!--
function silentErrorHandler() {return true;}
window.onerror=silentErrorHandler;
//-->
</SCRIPT>

 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Is it possible to create DNN skins based on CSS-based template with JQuery?Is it possible to create DNN skins based on CSS-based template with JQuery?


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