I'm trying to achieve the border effect shown in the picture while keeping the area under the frame clickable.
I've tried using a div on top of another div, which works, but the bottom div is not clickable. I also attempted using a border image, but couldn't create the left bottom corner as desired. Are there any other solutions?
https://i.sstatic.net/z8HSs.jpg
The image I'm working with is a .png file that has been cropped in the center. Here's the current code snippet:
<div id="slideshow204" class="slideshow" style="position:absolute;top:22px;right: 34px;z-index: 1;">
......
</div>
<div class="decor"><img style="position: absolute;z-index: 4;" src="http://shakeri.info/images/logo/zendeginameh.png" alt="">
</div>