[SOLVED] FAQ Module & Explorer 7

Moderator: crythias

Locked
lcappuccio
Znuny newbie
Posts: 5
Joined: 21 Jan 2011, 18:43
Znuny Version: 3.0

[SOLVED] FAQ Module & Explorer 7

Post by lcappuccio »

Hello there,

We are conducting a pilot project to evaluate OTRS both as a issue tracking system and knowledge base for our customers, unfortunately most of our customers are still using IE7 and there are some issues with the FAQ module:

IE7:
Image

IE8/Chrome/Firefox:
Image

I've searched through the forums but could not find anything specific. this issue is only happening with the FAQ pages, all other OTRS functions are ok.

thanks for any help,
Leonardo
Last edited by lcappuccio on 31 Jan 2011, 17:23, edited 1 time in total.
lcappuccio
Znuny newbie
Posts: 5
Joined: 21 Jan 2011, 18:43
Znuny Version: 3.0

[SOLVED] Re: FAQ Module & Explorer 7

Post by lcappuccio »

Just for the records, I edited the following file:

Code: Select all

/opt/otrs/var/httpd/htdocs/skins/Customer/default/css/FAQ.Customer.Default.css
and commented line 99 as follows:

Code: Select all

 93 .WidgetSimple .Header {
 94     padding: 5px 8px 3px;
 95     color: #222;
 96     background: #A7AAAA url("../img/GradientSmall.png") repeat-x 0 0;
 97     border-bottom: 1px solid #D6D6D6;
 98     text-shadow: 0 1px 0 #FFF;
 99     /*position: relative;*/
100 }
This solved the rendering problem with IE7.
Locked