Page 1 of 1

Calender control overlaps with COmbox box

Posted: Fri Oct 20, 2006 8:15 am
by eshban
Hello,

I am facong a problem in PHP.

I am attaching a CALENDAR CONTROL with my form. There are some textboxes, comboboxes on form.There are two comboboxes below the calender.

IN INTERNET EXPLORER, when i click on the calender to open it, it will appear behind the combobox, means it is overlapping, i want that when i click on the calender it will open at top level.

Any guidance.

Plz help :cry:

Posted: Fri Oct 20, 2006 11:41 am
by s.dot
Well this sounds like a client side CSS issue ;)

Try playing with the z-index of the element. Or if it's not meant to overlap at all take a look at the margin and padding settings.

Posted: Fri Oct 20, 2006 1:32 pm
by feyd
Combo boxes are rendered by the operating system, not the browser. This is why they appear (and almost always will) above other elements. The only fix I've seen/heard is placing the offending combo box in an iframe.

Posted: Fri Oct 20, 2006 3:46 pm
by Burrito
Moved to client side.

Posted: Fri Oct 20, 2006 6:14 pm
by JellyFish
feyd wrote:Combo boxes are rendered by the operating system, not the browser. This is why they appear (and almost always will) above other elements. The only fix I've seen/heard is placing the offending combo box in an iframe.
How inconvenient that is.

Posted: Fri Oct 20, 2006 7:01 pm
by RobertGonzalez
Can you move the combo box (or the offending element)?