GUI layers?

Is there anyway to have GUI elements layered onto one another(I have some text that I want to appear over a texture)?

is this in the OnGUI function, or is it just GUI stuff in the unity editor?

Nevermind.

what, you solved it?

that are put on in the order they are called in a onGUI

you can use the depth for GUI in different scripts.