问题标签 [center]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
html - 为什么是标签在 HTML 中已弃用?
我只是好奇为什么<center>
不推荐使用 HTML 中的标签。
这<center>
是一种通过将容器封装在<center>
标签中来快速居中对齐文本和图像块的简单方法,我现在真的找不到任何更简单的方法来做到这一点。
任何人都知道如何将“东西”(不是margin-left:auto; margin-right:auto;
和宽度的东西)居中的任何简单方法,替代的东西<center>
?而且,为什么它被弃用了?
css - 居中浮动左div在体内
我有这段代码
而css文件是
问题是body没有宽度,嗯......实际上它有90%,但我的问题在于不同的分辨率,它对我来说非常适合(1680px宽度)但是当我切换到1024时,例如,产品似乎已关闭(左对齐)
是否有可能将这些具有非静态的 div 居中在其父容器上?
iphone - Crop a UIImage from the Center outwards?
I am making a camera app which includes digital zoom. I have a slider (zoomSlider) that has a minimum value of 1 and a maximum value of 4. When the user taps the camera button, it takes a picture, and then I crop it for the zooming. I have two problems:
How do I crop the exact middle of the image? (eg. 2x zoom, Rect would be centered with dimensions of 600x800 (for iPhone 2G/3G))
When I do this, it rotates the image. I make up for it by rotating the UIImageView it's in, but this causes a portrait picture to become landscape and vice versa.
Here is my code:
}
jquery - 在元素内居中元素(jQuery)
预览具有固定宽度 (120x120),但跨度可能包含任何内容(图像、文本)。如何使用jQuery将其垂直和水平居中?我查找了一些片段,但它们都是“主体”内的中心元素,而不是另一个元素。如果可能的话,我想避免为此使用“插件”。
非常感谢!
javascript - 使用 jquery 在所有浏览器中获取宽度中心
我有以下代码来获得宽度的中心
但它没有返回正确的屏幕中心。
我需要得到正确的中心水平。
谢谢
wpf - WPF 可拖动面板类
我正在尝试从这两个资源中编写一个面板类:
面板类将有两个附加属性“X”和“Y”,如果任何元素将 x 和 y 设为零,那么它将被放置在面板的中心。该面板还将允许用户拖动东西。请帮我写这门课。我对 WPF 很陌生。
这就是我已经走了多远。现在我尝试实现它,但它不起作用,如果你能帮助我实现 GetTop、GetLeft、GetBottom、GetRight 函数,这些函数默认情况下不在面板类中定义并且是必需的。如果存在这 4 种方法,则可以在此处实现拖动功能。
css - How can I vertically align items in an unordered html list?
How can I vertically align items in an unordered list to work in IE6 and 7?
I can't just set line-height to the full height because I have both 1 row items and 2 row items.
My code is:
jquery - 垂直居中图像
HTML:
...图像大小不同,我想将它们垂直居中。
jQuery:
..但这不起作用。
css - 如何在浮动父元素(已知大小)内垂直居中任意大小的子元素?
如何在浮动父元素(已知大小)内垂直居中任意大小的子元素?
display: table-cell; vertical-align: middle;
当元素浮动时似乎不再起作用。
我在这里创建了一个 SSCCE:http: //mathiasbynens.be/demo/center-vertically-inside-float
没有 float,一切都会正常运行。但是一旦父元素浮动,垂直对齐就会失败。
任何想法如何解决这个问题?
编辑:我应该添加子元素应该是图像。在我的示例页面中,我使用了段落,因为我假设我可以将这些p
元素所需的任何 CSS 应用于img
元素display: block;
。(失败。)
javascript - javascript透明警报居中并位于顶部
我几乎做到了..但是有问题:
此功能在普通页面上运行良好。
它不在重样式页面上。
我尝试将“!important”添加到我的样式中,但没有帮助。
如果您在以下页面中尝试此代码:http ://www.zibri.org (例如)
请求者的大小不正确,也不在正确的位置。
有什么问题?