localendar Forums Homepage


Print at May 23, 2026, 4:00:56 PM

Posted by support at Nov 22, 2010, 8:19:29 PM
Re: Appearance of Static, What's Happening Style
The direct link to the "Today + Soon" for your calendar is:
http://www.localendar.com/public/ChapalaBob?style=D2

When I view it there, it works fine, and when I view it on a test page, it's fine.

The problem is not localendar, it's with your CSS. For starters, the reason it works differently under IE 8 and Firefox is because those browsers support CSS differently (better, actually) than older ones.

For starters, the calendar will appear as soon as you remove the
 
id="calendar"

from the Div you placed around your calendar. That fixes only some of the CSS issues.

You also have things in your CSS file like :
 
/*Styles for Tables*/ table {width: 22%; margin-left: auto; margin-right: auto; }

that are causing the display problems you see. That CSS is being applied to all of the tables on your site (including the ones localendar uses). You should be wary of writing global CSS changes like this, and instead stick to creating specific classes and using those on your page.
----------------------------------------
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