PDA

View Full Version : Text Box interfering with comboBox


bmcc81
03-11-2008, 03:06 PM
Hi,

I'm having issues with a contact page, where I have a form with a drop down menu that when dropped down a text box that is underneath it obstructs the drop down making 2 out of the 4 options unavailable.

Can anyone help?

bmcc81
03-11-2008, 08:04 PM
I was thinking of using GetNextHighestDepth();

this.bt_down.getNextHighestDepth();

BUt that didn't work.

So now I'm thinking of using of making an (If Statement)

Something like

if (this.myMenu.tween("_ry", -newHeight, 0.5) = true) {
this.myMenu.swapDepth(bt_down)
}


Hmm, maybe someting like that...

bmcc81
03-11-2008, 08:47 PM
Ya,

It ended up being a layer issue.

As soon as I put my layer in a different order it worked.

DROP DOWN MENU'S ALWAYS ON TOP.