`
niwtsew
  • 浏览: 71902 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Centering: Negative Margin

    博客分类:
  • css
 
阅读更多

http://www.bluerobot.com/web/css/center2.html

Centering: Negative Margin

This box is horizontally centered using a technique proposed to me by Simon Coggins. First, the box's left edge is positioned at the horizontal center of the page using "position:absolute; left:50%;". Then, the box's left margin is set to the opposite of half the box's width using "margin-left:-266px;".

body {margin:0px; padding:0px;}

#Content {
	position:absolute;
	left:50%;
	width:500px;
	margin-top:50px;
	margin-left:-266px;
	padding:15px;
	border:1px dashed #333;
	background-color:#eee;
	}
分享到:
评论

相关推荐

    css-vertical-centering:CSS实现任意的单行(多行)垂直居中

    css-vertical-centeringCSS实现任意的单行(多行)垂直居中这种方式实现的垂直居中灵活在哪里?不需要知道待垂直居中的容器高度... margin: auto; display: table; text-align: center;}HTML<!-- 我们需要垂直居中的容

    legendre用matlab代码-noisy_image_centering:嘈杂的图像中心

    Legendre 用matlab代码将嘈杂的图像居中 这是 GPU 兼容版本。 如果您没有 GPU,请查看我们的项目。 这个包包含我们的方法的实现,用于估计论文中描述的质心: ...Singer,“将噪声图像居中并应用于冷冻电镜”。...

    CENTERING.zip_ICA code_in

    标题 "CENTERING.zip_ICA code_in" 暗示了这是一个与独立成分分析(ICA)相关的代码库,其中包含了执行中心化处理的算法。独立成分分析是一种统计信号处理技术,常用于从混合信号中分离出独立的、非高斯分布的源信号...

    Dynamically Centering and Alignment.zip

    "Dynamically Centering and Alignment.zip"这个压缩包文件显然包含了关于如何在HTML5 Canvas上实现这一目标的教程或代码示例。Canvas是JavaScript提供的一种强大的图形绘制API,通过它可以进行像素级别的图形操作。...

    matlab开发-Meancenteringspectrum

    平均居中(Mean Centering)是统计学中的一种中心化方法,它的目标是消除数据集中所有变量的均值。在频谱分析中,如果一个信号的频谱有固定的平均值,那么这个平均值可能掩盖了我们想要检测的微小变化。通过从每个...

    HTML热门面试题及详细解析

    HTML 中的Vertical-Horizontal Centering: 要让一个不定宽高的 DIV 垂直水平居中,可以使用 CSS 方法:父盒子设置 `display: table-cell; text-align: center; vertical-align: middle;`,Div 设置 `display: ...

    Functional Safety Assessment of an Automated Lane Centering

    自动化车道居中(Automated Lane Centering, ALCC)作为一项重要的驾驶辅助功能,其功能安全评估对于保障车辆行驶的安全性具有重要意义。本文旨在基于报告《DOT HS 812 573》的内容,深入探讨自动化车道居中系统的...

    Android代码-centering-recycler-view

    Centering Recycler View (Android) A RecyclerView implementation that scrolls a view to center (top, bottom, left, or right). Download compile 'org.mightyfrog.centeringrecyclerview:...

    css基本布局十六例

    /* ...centering hack */ } #content { width: 400px; margin: auto; background: #FFF; border: 5px solid #666; /* ...ie5win fudge */ } ``` 5. **单行两列布局 - 固定宽度** 在这种布局中,两个等宽...

    Iris-image-centering.rar_Vc_iris

    标题"Iris-image-centering.rar_Vc_iris"表明这是一个关于使用Visual C++(Vc++)编程环境处理虹膜图像的项目,特别是涉及到虹膜图像的中心化或归一化处理。这种处理在生物识别技术中是至关重要的,因为虹膜识别系统...

    centering-css-complete-guide:以CSS为中心

    - `margin: auto;`:适用于块级元素,如`<div>`,设置左右边距为自动,可使元素在容器内水平居中。 - `display: flex; justify-content: center;`:Flexbox布局中,将子元素沿主轴(默认是水平方向)居中。 - `...

    latex表格概述及使用方法.pdf

    \centering \begin{tabular}{|c|c|c|} \hline 列 1 & 列 2 & 列 3 \\ \hline 内容 1 & 内容 2 & 内容 3 \\ \hline \end{tabular} \caption{示例表格} \label{tab:example} \end{table} ``` #### 六、使用宏包增强...

    centering-recycler-view:RecyclerView实现,可将视图滚动到中心(顶部,底部,左侧或右侧)

    居中回收者视图(Android) 一个RecyclerView实现,它将视图滚动到中心(顶部,底部,左侧或右侧)。 下载 implementation ' org.mightyfrog.centeringrecyclerview:centeringrecyclerview:1.1.8 ' ...

    足球英语专业术语.doc

    * drive down the side-lines before centering the ball:沉底传中 * pass-and receive combinations:传接配合 * center:传中 * cross pass:横传 * one-touch pass:一脚球 * ground pass:地面传球 * scissors ...

    SEAM更换品种流程.pptx

    在进行SEAM更换品种流程时,需要使用特定的工具和治具,包括六角板手,用于LID SHIFT校正的SEAM TRAY,未焊封过的NG PKG,CENTERING BASE,CENTERING CHUCK,SPOT PP1 NOZZLE,以及X、Y SEAM电极头。这些工具和治具...

    [css]实现垂直居中水平居中的几种方式 - 霪霖笙箫 - 博客园1

    "CSS 实现垂直居中水平居中的几种方式" ...问题的原因可能是渲染图片时要计算图片高度,这就如同你自定义了图片高度一样,浏览器得到图片高度就不会像其他情况一样去解析 margin: auto 垂直居中了。

    natours:SASS测试项目

    @mixin centering($display-type) { display: $display-type; margin: auto; } ``` 然后在需要的地方包含它: ```scss .element { @include centering(block); } ``` 编译后: ```css .element { ...

    Centering Conditions for the Poincar'{e} Systems $P(2,12) $ with a Uniformly Isochronous Center

    具有一致等时中心的 Poincar'{e} 系统 $P(2,12)$ 的中心条件,徐金亚,陆征一,本文得到了 Ponicar'e 系统 $P(2,12)$ 中心的充分必要条件。必要性是通过使用 Maple 符号计算得到的前十二阶焦点量证明的。...

    winfron_spread_应用属性大全

    3. **Centering**:设置打印内容是否居中,这对于需要对齐的文档打印很有帮助。 4. **Colors**:允许设置自定义页眉或页脚文本中可使用的颜色列表,增强打印的视觉效果。 5. **ColStart** 和 **ColEnd**:用于指定...

    均值中心谱:均值中心的过程是计算数据集的平均谱并减去-matlab开发

    在提供的`mean_centering.zip`压缩包中,可能包含了实现以上步骤的MATLAB代码示例,以及可能的数据文件。解压文件后,你可以查看源代码了解具体实现细节,并根据自己的需求进行修改或扩展。通过运行这些代码,你将...

Global site tag (gtag.js) - Google Analytics