[Solved] stylesheet.php is interfering with 3rd party calendar css
Posted: Tue Mar 04, 2008 6:55 pm
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
How can I keep this css collision from happening?
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%;
}