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 move date fields bottmo on page. > Now try to create a new record via admin pages. Click on one of the last > date fields to > 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.

