localendar Forums Homepage


Print at Oct 3, 2025, 4:24:28 PM

Posted by support at Apr 7, 2015, 1:14:47 AM
Re: Display problem with IE 8
I don't think "compatibility view" is the answer. Looking at your calendar (and trying some testing on IE8 myself) I notice that the calendar is working correctly... there is just some CSS that isn't being handled correctly.

Specifically, I notice that any place you refer to a "named" color (say, 'purple' or 'white') IE doesn't handle it correctly.

Do me a favor, and try changing your page's CSS to remove the named color. So take something like this:
.localendar-hasEvents {
background-color: purple;
color: white;
cursor: pointer;
}

and change it to this:
.localendar-hasEvents {
background-color: #660198;
color: white;
cursor: pointer;
}


and let me know what happens
----------------------------------------
Marc Higgins
Support Associate, localendar.com
Follow us on Twitter! http://www.twitter.com/localendar_news

Help! | Cobranding | Legal | Privacy Policy | About localendar.com | Contact Us