| Re: Fixed a bug when displaying calendar on IE7 ¶ | |
| I Fixed the bug on my way, tested on IE7, IE6(Multiple IE), FF, and SAFARI, with those lines : if (document.body.scrollLeft){br.x += document.body.scrollLeft;} and it works. | |
| Re[2]: Fixed a bug when displaying calendar on IE7 ¶ | |
| Dave, did you mean like this ?: If I'm dong it right, this is better, except in IE7 when the positioning element is at the bottom of the screen, then the calendar is also, half off the screen. Seems to be ok in IE6 & FF. | |
| last |
| Re[3]: Fixed a bug when displaying calendar on IE7 ¶ | |
| of course, one can get around this issue by setting the calender to align to the top of the element, if you know the element isn't going to be at the top of the page. | |
| last |
| Re[3]: Fixed a bug when displaying calendar on IE7 ¶ | |
| hi, i'm facing this problem also.. | |
| last |














