html的翻转级联
菜鸟问题,但也很有趣。
是否有办法反转 HTML 文档的流程,以便内容自动挂在右下角并从那里向上?
Noobie question but interesting one aswell.
Is there anyway to reverse the flow of HTML documents so that things automatically hang to the bottom right and go up from there?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你可以这样做:
让东西附着在右边。
对于从上到下的操作,您必须自己执行此操作,或在脚本中执行此操作。
只是为了好玩,我会看看是否可以使用 jQuery 写一些东西。我会把它发布在这里。
试试这个:
这有点有趣:)
也可以这样做,以获得更多乐趣:
You can do:
To make things attach to the right.
For top to bottom you'd have to do that yourself, or in a script.
Just for fun I'll see if I can write something using jQuery. I'll post it here.
Try this:
That was kinda fun :)
Do this as well, for more fun:
哦,如果您使用笔记本电脑或平板电脑,这相当容易。但是,如果您有台式机,则使显示屏保持直立可能会比较困难。有时管道胶带和一些创意木制品会有所帮助。
但是,如果您的显示器已连接,则不会。 HTML 始终从上到下呈现。
Oh, that's rather easy if you are using a laptop or a tablet. If you have a desktop, however, it can be harder to get the display to stay upright. Sometimes duct tape and some creative woodwork can help.
If your monitor is attached, however, then no. HTML always renders from the top down.