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 - icon and text alignsolpart menu - icon and text align
Previous
 
Next
New Post
1/9/2007 6:16 PM
 

In the end I settled on creating large images for the icons. These images included the text in them. And therefore there is no actual html text. It works good except for a few problems.

First problem is that when you are logged in as admin and looking at your page list, these particular pages have no name as I had to name them  

Next problem is that you cannot have a css rollover colour change over the image. Maybe there is a way to do a mouseover javascript routine but I didn't try.

 
New Post
1/23/2007 6:31 AM
 
GCIT wrote

Next problem is that you cannot have a css rollover colour change over the image. Maybe there is a way to do a mouseover javascript routine but I didn't try.



Yes you can.

In your CSS file, create these entries:

/* Menu cell Normal */
.RootMenuItem TD
{
    background-color: Transparent;
    height : 25px;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    color : #666;
    font-weight : bold;
    text-decoration : none;
    vertical-align: top;
}
/* Menu cell MouseOver */
.RootMenuItemSelect TD {
    background-color: Transparent;
    height : 25px;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    color : #D70E27;
    font-weight : bold;
    text-decoration : none;
    vertical-align: top;
}

This will allow you to change background images/colors etc. Perhaps doesn't answer your question 100%, but proves you can do a CSS rollover for SolPartMenu.

Hope this helps.
 
New Post
10/18/2007 10:57 PM
 

Hey guys,

I have figured it out.  In tour skin.css file, add the following lines :


.MainMenu_MenuItem IMG {
    vertical-align: middle;
}
.MainMenu_MenuItemSel IMG {
    vertical-align: middle;
}

It will work!

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...solpart menu - icon and text alignsolpart menu - icon and text align


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