深圳全飞鸿

标题: DIV试样的相关探讨、CSS、属性 [打印本页]

作者: zhgc    时间: 2021-2-2 14:31
标题: DIV试样的相关探讨、CSS、属性
DIV试样的相关探讨、CSS、属性

首先见以下代码,从PDA

<div id="Label1_outer" style="background-color: #ff7777; Z-INDEX: {$kindex}; LEFT: {$link["left"]}px; WIDTH: {$link["width"]}px; POSITION: absolute; TOP: {$mytop}px; HEIGHT: 24px">
   <div id="Label1" style="text-align:center; margin:0 auto; font-family: Tahoma; font-size: 14px;  color: White;font-weight: bold; background-color: #777777;cursor: default;height:24px;width:42px;">{$link["title"]}</div>
</div>


显示如下:


外层的DIV 实现了在固定的地方显示固定长度的DIV  
里层的DIV实现了自己的居中margin:0 auto; 和他的内容的居中text-align:center;






欢迎光临 深圳全飞鸿 (http://www.nagomes.com/disc/) Powered by Discuz! X3.2