z-index does not work in Internet Explorer with pdf in iframe

2016-10-21
阅读 2 分钟
4.8k
I know of one technique to reliably occlude windowed controls in IE with other elements, but you're not going to like it.

css 的margin学习笔记

2014-11-19
阅读 1 分钟
2.3k
margin通过使用单独的属性,可以对上、右、下、左的外边距进行设置。即:margin-top、margin-right、margin-bottom、margin-left。

css中的display属性(行内元素和块级元素)

2014-11-19
阅读 2 分钟
5.5k
inline特性 内联对象inline给它设置属性height和width是没有用的,致使它变宽变大的 原因是: 它实际宽度为:内部元素的宽+2*(padding+border+margin)。inline对象不单独占一行。