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, ...New DNNMenu/Possible IE bugNew DNNMenu/Possible IE bug
Previous
 
Next
New Post
9/22/2006 10:48 PM
 
I have 2 dnnMenus installed - one as a main root horizontal menu and the other as a sub vertical menu.  Both work fine in Firefox and Opera but IE 6 leaves a white dotted rectangular box around the entire horizontal menu when one of the items is selected.  You then have to click on a dead area of the page to make it disappear.  The sub menu has the same behavior but the rectangular box is around each menu item (multiple boxes).  Any ideas?  Thanks Jon Henning for fixing the CSSNodeSelected bug in the 4.3.5 release.  Works like a charm:-)

Paul
 
New Post
9/24/2006 8:55 PM
 
Now I'm getting the same behavior in FireFox 1.5 on the horizontal menu. A dotted white rectangular box around the entire menu when a item is selected.  Here is my code.  Any help solving this problem would be greatly appreciated.

/* =======================
 Horizontal Nav Menu
 =======================*/

.main_dnnmenu_bar
{
    cursor: auto;
    background-color: Transparent;
   
}

.main_dnnmenu_item
{
    cursor: auto;
    background-color: Transparent; 
}

.main_dnnmenu_rootitem
{
    cursor: auto;
    color: #f5f5f5;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    background-color: Transparent;
    font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;
    padding: 0px 28px 0px 0px;
    margin-left: 15px;
}

.main_dnnmenu_itemhover
{
   
    color: #b30401;
   
}

.main_dnnmenu_itemselect
{
    color: #b30401;
}

/* =======================
 Verticle SubNav Menu
 =======================*/

.main_subdnnmenu_bar
{
    cursor: auto;
    line-height: 40px;
    background-color: Transparent;
}

.main_subdnnmenu_container
{
    cursor: auto;
    background-color: Transparent;
}

.main_subdnnmenu_item
{
    cursor: auto;
    background-color: Transparent;
}

.main_subdnnmenu_rootitem
{
    cursor: auto;
    color: #4c4533;
    font-size: 12px;
    font-weight: bold;
    background-color: Transparent;
    font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;
    padding: 0px 0px 0px 0px;
    margin-left: 25px;
}

.main_subdnnmenu_itemhover
{
   
    color: #b30401;
}

.main_subdnnmenu_itemselect
{
    color: #b30401;
}
 
 
New Post
9/25/2006 1:15 AM
 

Are you able to post the link for me to view it IE6?  I know there is a hack for this one also.

 
New Post
9/25/2006 10:41 AM
 
unfortunately no...I've been consumed with the skin and have not migrated from my dev server to production.  By mentioning hack, I assume you have seen this problem referenced elsewhere?  I'll start googling.  Strange thing is, it is now happening in FF 1.5 and it wasn't happening before.  Opera displays fine.
 
New Post
9/25/2006 12:03 PM
 
ok...so this is not so much a bug but a browser accessibilty feature.  However, I have provided my own active link accessibilty and still want to remove the dotted outline.  I found this fix for Firefox:

:focus
{
-moz-outline-style: none; /*remove accessibilty border */
}

but didn't find a suitable solution for IE 6 (don;t want to use js and could not get the

overflow: hidden;

CSS hack to work.  Any more ideas for IE?
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...New DNNMenu/Possible IE bugNew DNNMenu/Possible IE bug


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