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 CSS helpSOLPART CSS help
Previous
 
Next
New Post
4/14/2006 11:38 PM
 

I am fighting an odd behavior in a skin I'm creating for a friend.  The drop down menus are displaying in a larger font than the main menu items.  I have continued to tear down the CSS and dig through it with IEWatch and the MS DevToolBar and cannot find what's causing it.

If anyone can take a peak or has experienced something similar I'd really appreciate some help.  You can see the site here:  http://bentleytransportation.com

Hover over the SERVICES menu for the only drop down currently active.

TIA

 
New Post
4/15/2006 2:56 AM
 

.MainMenu_MenuItem - Depending on your approach this is the class that needs to be looked at.

Salar

 
New Post
4/28/2006 12:18 PM
 
I can get  just about every property to change by using .MainMenu_MenuItem - except I can't change the color of the top-level menu items. I can change the font-weight, bot not color. How's come?

pmgerholdt
 
New Post
4/28/2006 1:27 PM
 

 

Because it is a link.

You need to change the anchor pseudo class to change the color, or it will be driven by the default style for the anchor.

Something like this should help.

.MainMenu_MenuItem a:link {

   color:orange;

}

 


DotNetNuke Modules from Snapsis.com
 
New Post
4/28/2006 7:13 PM
 

Thanks John, but -

Even so. What I am finding is that my skin.css properties is not overwriting the default.css properites. If I change them in default.css to match what is in skin.css, I'm good. Of course, I don't want to do that. Most of the properties in the skin.css are coming through, but not things like the background-color control, the font color, the height for MainMenu_MenuItem - even when I add the pseudoclasses.

I've tried it both as you suggested and also a.MainMenu_MenuItem:link with the same results. Only when I alter the values in default.css do I get the desired results.

??


pmgerholdt
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...SOLPART CSS helpSOLPART CSS 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