Hello,
I'm trying to incorporate this calendar (in popup) in my website.
To build the website, I'm using Typo3 and WOS to build it offline
(Apache 2.0.55, MySQL 4.1.15, PHP 4.4.1/PHP 5.0.5, PhpMyAdmin 2.6.4-pl4, Typo 3.8.1 and ImageMagick 4.2.9)
To include this calendar, I followed the manual
and added
as well as include a button (I want a popup calendar)
The calendar works perfectly in FireFox, but it doesn't seem to find its css stylesheet in Internet Explorer. The calendar pops up, but in the wrong place and it only uses text (no graphics). It looks like this in FireFox if I omit the css stylesheet.
Any suggestions on how I can start troubleshooting this?
(both use the same page, thus the same path references)
Thanks!
Jörg
I'm trying to incorporate this calendar (in popup) in my website.
To build the website, I'm using Typo3 and WOS to build it offline
(Apache 2.0.55, MySQL 4.1.15, PHP 4.4.1/PHP 5.0.5, PhpMyAdmin 2.6.4-pl4, Typo 3.8.1 and ImageMagick 4.2.9)
To include this calendar, I followed the manual
and added
Code:
<style type="text/css">@import url(calendar-win2k-1.css);</style> <script type="text/javascript" src="calendar.js"></script> <script type="text/javascript" src="lang/calendar-en.js"></script> <script type="text/javascript" src="calendar-setup.js"></script>
The calendar works perfectly in FireFox, but it doesn't seem to find its css stylesheet in Internet Explorer. The calendar pops up, but in the wrong place and it only uses text (no graphics). It looks like this in FireFox if I omit the css stylesheet.
Any suggestions on how I can start troubleshooting this?
(both use the same page, thus the same path references)
Thanks!
Jörg
Comment