Finally I solved the problem. You can find solution at following address: http://www.dynarch.com/projects/calendar/old/#Kcomment-202
I've checked with Firefox 3.6 ,IE8, Chrome 4.0, IE7 and works fine for all. Bye Andrea On 6 Mar, 12:15, parroit <[email protected]> wrote: > I'm using Internet Explorer 8, > Python version 2.6.2 and Web2py 1.75.2. > Same problem happens on our production server, with Python > 2.5 and web2py 1.72.3 > I didn't try it with IE6 > > On 6 Mar, 02:28, DenesL <[email protected]> wrote: > > > Works fine on IE6, > > which version are you using?. > > > On Mar 5, 4:27 pm, Andrea Parodi <[email protected]> > > wrote: > > > > Sorry for double post, my mistake... I thought first was lost... > > > Anyway, create an app from scratch, define following in model: > > > > db.define_table('mytable', > > > Field('myfield1','date'),Field('myfield2','text'), > > > Field('myfield3','text'),Field('myfield4','text'), > > > Field('myfield5','text'),Field('myfield6','text'), > > > Field('myfield7','text'),Field('myfield8','text'), > > > Field('myfield9','text'),Field('myfield10','text'), > > > Field('myfield11','text'),Field('myfield12','text'), > > > Field('myfield13','text'),Field('myfield14','text'), > > > Field('myfield15','text'),Field('myfield16','text'), > > > Field('myfield17','text'),Field('myfield18','date'), > > > Field('myfield19','date'),Field('myfield20','date'), > > > Field('myfield21','date'),Field('myfield17','text') > > > ) > > > > Text field are just to movedatefieldsbottmo on page. > > > Now try to create a new record via admin pages. Click on one of the last > > >datefieldsto > > > show the calendar. If you use Firefox all is ok. But if you try using > > > Internet Explorer, > > > calendar does not appear below the field. You have to move at the top of > > > page to see it! > > > Any suggestion? > > > > Thanks and compliment for your work -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

