the options:
                numberOfMonths: [2,3],
                stepMonths: 4,
                showOn: 'both',
                buttonImage: '/common/images/calendar.png',
                buttonImageOnly: true

should display for example:
1   2   3
4   5   6

But if the month in 3's position has less weeks than either of the
months to the left of it (1, 2), it displays the second row
incorrectly.  So you might end up with:
1   2   3
    4   5
6

I scrolled several months and it seems to be always true.  You can see
how it is happening easily with Firebug highlighting.  Setting a fixed
CSS height to the monthly divs fixes it.  Is anyone else fixing this
another way, or there is possible a fix in the works for a future
release?

Thanks,
Milton

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" 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/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to