z-index, how does it affect performance?

senssey

New Member
How does the css z-index value affect performance?If I have multiple images on a page does it matter if I use high z-index values, like 10,000?For example, a page contains 15 images with z-indexes ranging from 500 - 10,000, and if the images are moveable (jQuery draggable), does it impact upon performance by using high values if the page is redrawn so frequently?
 
Top