PDA

View Full Version : TOC Background Color in IE


keita
08-07-2006, 01:53 PM
Mambo 4.5.3h
EsCal: 6.3.22

I thought this would fall into Mambo integration as it's happening in my Mambo site.

Calendar module location: [/URL]
Calendar site page: [URL="http://www.thedampub.ca/events/"] (http://www.thedampub.ca/modules/calendar/)

What I see is the CSS difference in background color of the calendar page. When viewed in Firefox, the background color surrounding the TOC is grey (#EAEAEA) as intended to be. When I view the same page in IE6, the background color is white (or none) and the TOC width is slightly bigger as well making the module stick out to the right.

I changed both background color and width in .mainTableTOC in esstyle.css and the changes are reflected only in my view with Firefox and not IE6.

It's been a while since I started playing with the esstyle.css again, so I might be missing something very basic, but if anyone can check the page in both FF and IF and let me know if you see the same anomaly, I would appreciate it.

Brian
08-08-2006, 10:15 AM
That's not part of the calendar itself, that's another element on the page....

You may want to try systematically removing your CSS files/elements and see which one is causing this.

keita
09-07-2006, 01:00 PM
It turns out this was something from demo.php

I set the body background-color in demo.php and it fixed it.