在左上角制作一个重新加载按钮
如何在网站的左角获得重新加载按钮? 我希望它是透明的,宽度:60px,高度:40px
我需要输入什么才能让它在我的: .js 文件 .CSS 文件 索引.html 文件
How do i get a reloadbutton on my left corner of site?
I want it transparent and width:60px and height:40px
What do i need to type to get it work in my:
.js file
.CSS file
index.html file
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这很容易做到,但您可能需要更改 CSS 中的样式,除非您希望按钮完全透明。这只是在单击时重新请求当前页面。
CSS
Javascript
index.html,紧接在开始正文标记之后
祝你好运!
This is easy to do, though you'll probably need to change the style in the CSS unless you want the button to be completely transparent. This just re-requests the current page when clicked.
CSS
Javascript
index.html, immediately after the opening body tag
Good luck!