Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

PortalWebHosting
  Ads  
Webhost4Life - $4.95 Windows Hosting
 


  Sponsors  

Meet Our Sponsors

CrystalTech Web Hosting™
Webhost4life, specialists in DNN hosting
Mad Development is a full service interactive agency focusing on the merge of design, technology, e-commerce, and affiliate marketing by providing total website solutions.
AspDotNetStoreFront - E-Commerce by Design - The Leading ASP.NET shopping cart platform for developers!
SteadyRain
DataSprings - Great Ideas. Always Flowing.
 


DotNetNuke Forums
 
  Forum  General DotNetN...  Make it Hot! ( ...  Solpartmenu Formatting
Previous Previous
 
Next Next
New Post 6/6/2006 4:49 PM
User is offline Brandon Meek
6 posts
10th Ranked


Solpartmenu formatting 
I have a menu setup (here) but when I roll over the main links and the dropdowns come out, I'd like for them to be semi transparent (like this). I'm sure CSS can handle this, but I'm not sure what I need to do to make that happen. Any help is much appreciated. Oh, also, I'm trying to get this menu to line up to the right with the login but It won't get there. What do I need to change to make that happen?
 
New Post 6/8/2006 8:12 AM
User is offline Jon Henning
1619 posts
www.codeendeavors.com
5th Ranked










Re: Solpartmenu formatting 

in order for you menu to be transparent you need to make sure that no css is setting the background of the submenus.  In your case the default.css file

.MainMenu_SubMenu

class contains

BACKGROUND-COLOR: #ffffff

Simply remove this style and your menu will be transparent.  Now I noticed that you said semi-transparent.  The only way I know how to do this is IE specific.  Try adding this class to your EU-skin.css file

.MainMenu_SubMenu

{

background-color:blue;

filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);

}

Obviously, you can tweak the opacity percentage by changing the 50 to something higher or lower.

 
New Post 6/12/2006 2:31 PM
User is offline Brandon Meek
6 posts
10th Ranked


Re: Solpartmenu formatting 
Opacity is more correct.  I have it set up and working.  How do I go about getting it to work in firefox now?
 
New Post 6/12/2006 3:29 PM
User is offline Jason Honingford
437 posts
www.portvista.com
8th Ranked


Re: Solpartmenu formatting 
Try something like this... the filter is the shorthand I believe. Not tested.

filter:alpha(opacity=50);
opacity: 0.5;
-moz-opacity:0.5;

Jason Honingford - Web & Software Developer
www.PortVista.com
 
New Post 6/15/2006 2:06 PM
User is offline Brandon Meek
6 posts
10th Ranked


Re: Solpartmenu formatting 
Worked like a charm. Thanks!
 
Previous Previous
 
Next Next
  Forum  General DotNetN...  Make it Hot! ( ...  Solpartmenu Formatting
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, 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 DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


Icthus Technologies
Building Faith on the Internet
www.icthustech.com
Efficion Consulting
A premier DotNetNuke consulting firm providing complete DNN services including: custom module development, skinning and design, installation and integration services.
www.efficionconsulting.com
DotNetNuke Training by Engage Software
Specializing in customized training, architecture and module solutions for large scale implementations lead by DNN Core Team Member Christopher Hammond.
engagesoftware.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP