jsdraven2000 schrieb: > I have found that the pop up calendar is hiding behind the content div > in my Genshi page. If it has a short area I could see the calendar > peeking out form under the footer. I then can drag down to interface > with it. As you may have guessed my question is how would one get it > to the front of it all.
I guess you have given your content div a z-index > 0 in your css. Unfortunately, the calendar does not set a z-index, except on its own popup menus. You can fix this by either changing your css to use negative z-indexes, or by fixing the calendar widget style sheet in TurboGears. You can also use a custom calendar widget using a style sheet located in your own project. Copy the standard calendar style and change as you like. But I think we should patch this in TG 1.x and in ToscaWidgets so that the calendar by default gets a very high z-index. -- Christoph --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

