Page 1 of 1

[Solved] stylesheet.php is interfering with 3rd party calendar css

Posted: Tue Mar 04, 2008 6:55 pm
by dlpirl
Take a look at http://thegatewaybenicia.org/index.php? ... t-calendar and notice the wide "Today" "Go" ">".  Its supposed to look like http://www.easyphpcalendar.com/demoTOC.php

The developer of Easy php Calendar (a great product for any site needing advanced event calendar capability) is telling me that stylesheet.php (by Ted Kulp) is interfering with the calendar css stylesheets. In particular he says that the file "stylesheet.php?templateid=22" on the generated side, it comes out at line 202 with the following code

Code: Select all

input
{
  width: 70%;
}
How can I keep this css collision from happening?

Re: stylesheet.php is interfering with 3rd party calendar css

Posted: Wed Mar 05, 2008 1:35 am
by dlpirl
well, I just found the place in my stylesheet that was spitting out the 70%, and removed it. Problem solved. :)