stackOverflow UI 设计秘密?

发布于 2024-08-03 21:51:03 字数 1436 浏览 6 评论 0原文

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

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

发布评论

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

评论(6

梦萦几度 2024-08-10 21:51:04

JQuery 是显而易见的第一个答案:)

JQuery is the obvious first answer :)

寄人书 2024-08-10 21:51:04

你们中有人知道可以用来实现这些样式效果的优秀库/控件集吗?

你说的是什么风格? SO 中的所有内容本质上都是一个普通的 html 框(div),带有边框、边距和填充以及其他简单的 css 设置。

任何地方都没有花哨的小部件,至少我看不到。

事实上,它相当丑陋,但我们程序员没有品味:)

我们喜欢它是因为它简单、开门见山,而不是因为它看起来很花哨。

do any one of you know a good library/ set of controls that can be used to achieve these styling effects?

What styles are you talking about? Everything in SO is essentially a normal html box (div) with borders, margins, and padding, and other plain and simple css settings.

There's no fancy widget anywhere, at least not something that I can see.

In fact, it's quite ugly, but we programmers have no taste :)

We like it because it's simple and straight to the point, not because it looks fancy.

心清如水 2024-08-10 21:51:04

是的,我知道 WZ 图书馆……这非常酷。但我正在寻找更具凝聚力且更类似于 stackOverflow 样式的东西。

http://www.walterzorn.com/

And yes I know the WZ library...which is pretty cool. But am looking for something more cohesive and closer in resemblance to stackOverflow styling.

http://www.walterzorn.com/

关于从前 2024-08-10 21:51:04

正如其他人所说, JQuery 会做你想做的事......只需用它插入一个 div 即可。如果您想要更多小部件类型的东西,还有 JQuery UI

As others have said, JQuery will do what you want... just use it to insert a div. If you want more widget-ey type things there's also JQuery UI.

旧人哭 2024-08-10 21:51:04

正如大家所说的 Jquery 是在 Stackoverflow 中做一些动画:)

如果你在查看源代码中看到,你可以发现,它是如何工作的

例如:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>

几天前我也有同样的疑问。我研究了它并得到了一些不错的动画,例如使用 Jquery

As eveyone said Jquery is there in Stackoverflow doing some animations :)

if you see in the view source ,You can find out ,how it is working

E.g:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>

Few days back i had same doubt .I researched on it and got some of nice animations as like stackoverflow using Jquery.

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