我有一个使用此代码放置的固定图像:
<a href="http://website.com" onMouseOver='img_mo5.src="style/images/download-btn-hover.png"' onMouseOut='img_mo5.src="style/images/download-btn.png"'><img style="position: fixed; bottom: 0; right: 865px; height: 58%;z-index: 0;" src="style/images/download-btn.png" name="img_mo5" alt="" width="450px" height="300px"></a>
问题是在更大的屏幕中,图像被放置在屏幕的中间而不是左下角(它在 15" 屏幕上工作正常)
如何使用inline-css style= (attribute)
HTML 中的代码解决此问题?