public this repo is viewable by everyone
Description: Click-draggable. Range-makeable. A better calendar.
Homepage: http://stephencelis.com/projects/timeframe
Clone URL: git://github.com/stephencelis/timeframe.git
Click here to lend your support to: timeframe and make a donation at www.pledgie.com !
Start to fix up for IE6.
stephencelis (author)
23 days ago
commit  368888b0313cb5cf7f81e40d6cf4e8b8da19a8f7
tree    cd3b6df4049276294c193cc7bdeec56439f5a0f0
parent  a6ebc2582c07b7363e9d9f14ec4feeab3916bb23
...
11
12
13
 
 
 
14
15
16
...
11
12
13
14
15
16
17
18
19
0
@@ -11,6 +11,9 @@
0
       #calendar_navigation { margin: 0; }
0
     </style>
0
   <![endif]-->
0
+ <!--[if IE 6]>
0
+ <link rel="stylesheet" href="stylesheets/ie6.css" type="text/css" media="screen" title="ie6" charset="utf-8">
0
+ <![endif]-->
0
 </head>
0
 <body>
0
   <div id="page_container">
...
 
 
 
0
...
1
2
3
4
0
@@ -0,0 +1,3 @@
0
+.startrange.active, .endrange.active, .startrange.endrange.active {
0
+ background-image: none;
0
+}
0
\ No newline at end of file

Comments

  • kangax 22 days ago

    Could you add this script to http://scripteka.com?
    Thanks.

  • JackDanger 22 days ago

    The minute IE6 is somewhat working I’m definitely going to try replacing all my calendars with this. You’re really on to something with this project.

  • stephencelis 22 days ago

    Any bug reports are helpful. I’m running of Multiple IEs for testing, so I’m never sure if it’s totally accurate. As far as I know, the range mechanism is working, it just isn’t pretty, and little things like the clear button don’t show up.