There are two layers in the form at the right; Personal_Layer and Comments_Layer. Both layers are opaque, are the same size and are located at the same position on the form. Initially, only the Personal_Layer layer is visible because its z-index value of 2 is greater than the z-index value of 1 for the Comments_Layer layer. Note that this tip only works on IE browsers.