Can anyone tell me what this means?? style="Z-INDEX: 101"

liunx

Guest
And whether I need it?z-index is a CSS property that comes with positioning such as position: absolute; that sets the order of an element often called the 'stack' order. The greater the number the higher in the stack order the element will be. The higher stack ordered element appears on top or in front of an element with lower stack order. You also can't inherit a stack order.

Whether you need it depends on the rest of the CSS applied to that element and other elements within the page. Could you post the rest of your CSS and some markup to accompany it.This is just what visual studio wrote for me. I am trying to take all the styles out to put them all in a stylesheet. I think I'll delete it

thanks!Well if you get stuck on anything else...
 
Back
Top