由于此链接,人们在保存此图片时遇到问题。所以我想知道是否有一个CSS(我无法控制HTML)的方式将链接定位为像一个底角,只是风格它说'放大我'或者那种效果。
我试图以我能想到的方式定位并设置高度和宽度,但我似乎没有做任何事情可以使它变小并且不会影响图像。
a{
position:relitive;
width:1em;
height:1em;
}

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<p style="text-align:center;"><a href="https://s3.amazonaws.com/filestore.rescuegroups.org/1495/pictures/animals/11927/11927330/49687877_500x576.jpg" rel="prettyPhoto[pp_gal]"><img id="animalMainImage" src="https://s3.amazonaws.com/filestore.rescuegroups.org/1495/pictures/animals/11927/11927330/49687877_500x576.jpg" title="Ambrosia"></a><br><a href="#animalOtherPictures" id="startPrettyPhoto" title="See more pics of Ambrosia">More Pics...</a></p>
&#13;