操作网页中的部分 - 创建、扩展
我有 3 个问题:
如何在网页中创建不同的部分 - 例如 Gmail?
在设计 HTML/Javascript 页面时,如果您检查 Gmail,将鼠标指向收件箱,展开该部分,然后将鼠标移至右侧,将其返回到相同的位置 - 如何做到这一点?他们使用了什么技术?
他们的滚动条有同样的问题 - 如何将普通滚动条的样式更改为我想要的不同样式?
I have 3 questions:
How do I create different sections in a web-page - like in say, Gmail?
In designing HTML/Javascript pages, If you check Gmail, pointing your mouse over Inbox, expands that section, then bringing the mouse to the right returns it to the same - how to do that? What technology did they use?
Same question for their scroll bars - how do I change the style of the normal-scroll bar to a different style that I would like?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,您可以将组划分为 div,因此得名。但是 Javascript 有一个相当简单的代码,这是我使用的整个代码
First you can divide groups into divs hence the name. But Javascript has a fairly simple code this is the entire code I used