What is the impact of using high z-index values in CSS on performance?
If a webpage contains multiple images, does setting z-index values as high as 10,000 affect performance?
For instance, if a page has 15 images with z-indexes ranging from 500 to 10,000, and these images are draggable using jQuery, will using such high values impact performance when the page is redrawn frequently?