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

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
dlpirl

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

Post 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?
Last edited by dlpirl on Wed Mar 05, 2008 1:36 am, edited 1 time in total.
dlpirl

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

Post by dlpirl »

well, I just found the place in my stylesheet that was spitting out the 70%, and removed it. Problem solved. :)
Locked

Return to “Layout and Design (CSS & HTML)”