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 |