Internet Explorer 7

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Dec 20, 2013 12:21 pm
Reply with quote
Report this post
Hi,

I recently created a website using Music State and it appears that Music State isn't compatible with IE7? I've noticed you have a warning message on the top of the page for IE6, is it possible to get one for IE7 too? How would I add that to my website.

If you look at the demo website on IE7 you'll see the compatibility errors I'm discussing.

I've looked around the Gavick website and I can't seem to find any notifications that you stopped supporting IE7.

Any help would be greatly appreciated.
User avatar
Fresh Boarder

GK User
Fri Dec 20, 2013 10:51 pm
Reply with quote
Report this post
Hello,

The IE7 browser isn't supported since a long time due too small market share.

To fix the IE7 toolbar please open ie7.css file and please change fragment:

Code: Select all
#ieToolbar {   
        background: #ffffdb;
        text-align: center
}


to:

Code: Select all
#ieToolbar {   
        background: #ffffdb;
        position: absolue;
        text-align: center;
        top: 0;
        z-index: 1000001;
}
User avatar
Administrator


cron