Some MSIE6 fix

Permalink
This css fix admin part in MSIE6 a little.

* html div#ccm-page-controls {
   position: absolute;
}
* html div#ccm-system-nav-wrapper1 {
   position: absolute;
   right: 0;
}
* html div#ccm-page-controls ul#ccm-system-nav  {
   float: right;
}
* html ul#ccm-system-nav li a,
* html ul#ccm-system-nav li span,
* html ul#ccm-main-nav li a,
* html ul#ccm-main-nav li span, 
* html ul#ccm-main-nav li.ccm-nav-rolloversOff:hover a,


I place ie6.css at /concrete/css/ folder and include it into /concrete/css/ccm.base.css :
@import url("ie6.css");

How do I include this file outside of concrete core?

1 Attachment

Bull
 
katz515 replied on at Permalink Reply
katz515
Hey can I include this into c5 japanese package?

Let's talk.
Bull replied on at Permalink Reply
Bull
I like cocrete5, but 80% my clients use WindowsXP and MSIE6 thus.
katz515 replied on at Permalink Reply
katz515
Cool.

I would like to give your credit in the CSS file.

Many Japanese users are still using IE6 because many of business computers cannot upgrade IE due to their business softwares.