NetTalk Central

Author Topic: Date picker field generates weird DIV  (Read 2796 times)

alex.kolaric

  • Full Member
  • ***
  • Posts: 151
  • Do it or do not, there is no try
    • View Profile
    • Email
Date picker field generates weird DIV
« on: January 28, 2011, 03:48:29 PM »
Hi,

On every form which has date field with date picker there is a weird div tag at the end of the body:

<div id="ui-datepicker-div" class="ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all"></div>

and this div appears like a thin shaded rectangle at the bottom of the page. It doesn't create any kind of problem but it looks weird and not clean.

Look at the bottom portion of the page generated by NT example 25. It overlaps border of the footer.

Any way to remove it?

Thanks,
Alex

[attachment deleted by admin]

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11204
    • View Profile
Re: Date picker field generates weird DIV
« Reply #1 on: January 29, 2011, 05:16:41 AM »
Try 5.13

alex.kolaric

  • Full Member
  • ***
  • Posts: 151
  • Do it or do not, there is no try
    • View Profile
    • Email
Re: Date picker field generates weird DIV
« Reply #2 on: January 29, 2011, 11:32:30 AM »
Thanks Bruce. Will do that.

Alex

alex.kolaric

  • Full Member
  • ***
  • Posts: 151
  • Do it or do not, there is no try
    • View Profile
    • Email
Re: Date picker field generates weird DIV
« Reply #3 on: January 29, 2011, 01:36:39 PM »
Works like a charm.

Thanks Bruce