IE7 IE6 compability

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
11/2/2009 4:27:51 AM
Gravatar
Total Posts 15

IE7 IE6 compability

Hi all

After many helps from the community my final skin is shaping up and everything seems to be working on FF. But IE6 and 7 have problems. The modules in the right hand panel doesn't align to the top and also search tab at top doesn't appear properly. I wonder if anybody knows any proper tool like Firebug so I can test with that? Also what CCS files should I change?

here is where it is hosted: http://dev2.calltrix.com/mojo

Any advice would be appreciated.

 

Regards

NG

11/2/2009 6:41:15 AM
Gravatar
Total Posts 18439

Re: IE7 IE6 compability

There are 2 CSS files you can use to override styles in IE.

For IE 6 using the IESpecific.css file

For IE 7 use the IE7Specific.css file

These files are included using IE Comment syntax so that other browsers are not affected by them. If you view the source of the rendered page you will see how they are included:

<!--[if lt IE 7]>

<script src="http://www.mojoportal.com/ClientScript/IE7.js" type="text/javascript"></script>

<link rel="stylesheet" href="http://www.mojoportal.com/Data/Sites/1/skins/mojosite-brightside13/IESpecific.css" type="text/css" id="IEMenuCSS" />

<![endif]-->

<!--[if IE 7]>

<script src="http://www.mojoportal.com/ClientScript/IE8.js" type="text/javascript"></script>

<link rel="stylesheet" href="http://www.mojoportal.com/Data/Sites/1/skins/mojosite-brightside13/IE7Specific.css" type="text/css" id="IE7MenuCSS" />

<![endif]-->

Hope it helps,

Joe

11/2/2009 6:58:05 AM
Gravatar
Total Posts 15

Re: IE7 IE6 compability

Hi Joe

Thanks, I see! I started with mitchinson-earthy and those were not included. So I guess it should be genral problem with that skin as I didn't touch the modules showing part. Anyway, I will try and see what will happen!

NG

You must sign in to post in the forums. This thread is closed to new posts.