Gmail 中的聊天窗口的名称是什么?

发布于 2024-08-15 18:01:11 字数 120 浏览 7 评论 0原文

我想写一个像gmail的聊天窗口一样的窗口,当我点击最小化时,它会转到页面的右上角,并且通过滚动不会改变位置。 我在java中使用wicket框架。 有谁知道这个窗口的名称是什么,以便我可以在谷歌中搜索? 谁能帮我我该怎么做?

I want to write a window like gmail's chat window which when i click on minimize, it goes to right corner of the page and by scrolling does not change the position.
I'm using wicket framework in java.
does anyone know what is the name of this window so that i can search in Google?
and can anyone help me how can I do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

黯然#的苍凉 2024-08-22 18:01:12

您可以使用 Firebug 之类的工具来 检查聊天窗口并查看其 CSS - 只需右键单击即可“检查元素”。

You could use a tool like Firebug to inspect the chat window and see its CSS--just right-click to "inspect element".

夏有森光若流苏 2024-08-22 18:01:12

我认为它只是一个 DIV

I think Its just a DIV

把回忆走一遍 2024-08-22 18:01:12

您需要将 div 的 css 属性设置为position:fixed;底部:0;右:0;这会将 div 相对于右下角放置。最小化需要 javascript,我建议使用 jQuery,jQuery 的基本效果将在这方面做得很好。

you'll want to set the div's css properties to position:fixed; bottom:0; right:0; that will place the div relative to bottom right corner. minimization requires javascript, i'd recommend using jQuery, jQuery's basic effects will do a great job at this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文