我有一个 HTML 页面,上面有 5 张图片(每张 48px × 48px)。每次加载页面时,我想在网页上的随机位置显示图像。
我不知道如何实现这一点,我只知道我需要 CSS 和 JavaScript (用于随机化)。有什么想法或建议吗?
这是示例 HTML 代码:
<a href="http://twitter.com/"><img alt="Twitter" src="/images/twitter-48.png" /></a>
<a href="http://facebook.com/><img alt="Facebook" src="/images/facebook-48.png" /></a>
<a href="https://plus.google.com/"><img alt="Google Plus" src="/images/plus-48.png" /></a>
<a href="https://github.com/"><img alt="GitHub" src="/images/github-48.png" /></a>