Buck Anderson - DNN Professor Member Login
February 08, 2012

ForumsDNN Professor Forums

DotNetNuke Forums | Xmod Forums | Internet Marketing Forums | DNN Professor Product Forums

Product Support and Product Forums Registration


Subject: IE Tab Bug Fix For DNNprofessor Applications
Prev Next
You are not authorized to post a reply.

Author Messages
Buck AndersonUser is Offline

DNN Master
DNN Master
Posts:657

Send This Member a Private Message

01/14/2010 3:16 PM  

The tabbed detail pages of Business Directory, Review IT!, and Move MY Inventory had a reported issue where the top of the tabs were not rendering in Internet Explorer (of course it worked fine in FireFox).

Thanks to DNNprofessor.com community member, Scott Welch, who has discovered a simple fix.

All three of the applications listed above contain a file named DNNP-tabs.css.

Business Directory 6.1:

The DNNP-tabs.css file is located in Portal Root >> xmod >> packages >> Business Directory folder

Review IT!:

The DNNP-tabs.css file is located in Portal Root >> xmod >> packages >> ReviewIT folder

Move My Inventory:

The DNNP-tabs.css file is located in Portal Root >> xmod >> packages >> MoveMyInventory folder

All can be accessed through the DNN File Manager.

The fix is simple.

in the css file the original code is:

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

The solution

Replace the above code with the following code:

ul.tabbernav li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #edebec;
text-decoration: none;
position:relative;
}

Scott has informed me that the fix has been tested and works fine for IE 7, FF 3.5 and IE 8.

I am also now using it on this site and http://training.dnnprofessor.com.

This change will affect Business Directory 6.1, Review IT! 6.0, and Move My Inventory 6.0 that were purchased prior to 1/14/2010.

For those of you who would prefer to simply replace the DNNP-tabs.css file, I have attached the file to this post.

Thank you for your continued support,
Buck


Attachment: 111416131871.zip


Buck Anderson - DNN Professor

DNNprofessor.com


http://twitter.com/DNNprofessor


DotNetNuke - XMod Training Coach and XMod MVP


You are not authorized to post a reply.
Forums > Product Forums > Business Directory > IE Tab Bug Fix For DNNprofessor Applications



ActiveForums 3.7

Copyright 2004 - 2012 by Jive Media Group LLC. All Rights Reserved.  | Terms of Use | Privacy Statement | Email White Listing | Site Map