In CSS z-index property specifies the stack order of an element.
An element with greater stack order is always in front of an element with a lower stack order.
Note: z-index only works on positioned elements (position:absolute, position:relative, or position:fixed).
Refer these links for more details: http://www.w3schools.com/css/pr_pos_z-index.asp
http://tjkdesign.com/articles/z-index/teach_yourself_how_elements_stack.asp
So in ur case u can set a higher zindex value for the control which u want to be on top of the other control which will be having lower z index value.