How to leave the image in front of the text?

1

The image below shows that by placing the mouse over the image, it gets larger with a SCALE via CSS (% with%). But the content of the website that comes below is about the image, could someone tell me what CSS code I should use to put the image in the foreground, above any content? That is, the image should stay above the texts that come below it.

    
asked by anonymous 30.11.2015 / 17:41

1 answer

2

Places this element with a property:

z-index: 9999 ;

    
30.11.2015 / 17:44