摘要: 将博客搬至CSDN 阅读全文
posted @ 2018-09-28 10:04 QueenyL 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 要使 ie8 的 iframe 的透明,需要设置两点:设置 iframe 的 allowTransparency 属性值为 true:<iframe allowtransparency="true" src="test1.html" width="200" height="126"></iframe 阅读全文
posted @ 2018-08-10 16:10 QueenyL 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 待定 阅读全文
posted @ 2018-08-01 10:46 QueenyL 阅读(101) 评论(0) 推荐(0) 编辑
摘要: vertical-align: middle; margin: auto; 阅读全文
posted @ 2018-06-07 10:13 QueenyL 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 效果如下: 阅读全文
posted @ 2018-06-03 12:49 QueenyL 阅读(1536) 评论(0) 推荐(0) 编辑
摘要: color: #fff; background-color: #f9a123; background-image: -moz-linear-gradient(top, #f89406, #fbb450); background-image: -webkit-gradient(linear, 0 0, 阅读全文
posted @ 2018-05-25 11:44 QueenyL 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 解决方案:只需要在设定overflow:hidden层加入定位即可。 例如: {position:relative;left:0px;top:0px;} 另外,IE6支持overflow-x或者overflow-y的特性,IE7、Firefox不支持。 IE6.7下,overflow:hidden所 阅读全文
posted @ 2018-04-18 16:08 QueenyL 阅读(138) 评论(0) 推荐(0) 编辑
摘要: input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { -webkit-transition-delay: 99999s; -webkit-transition: c... 阅读全文
posted @ 2018-03-07 16:47 QueenyL 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 在html中如何设定span的宽度?这看上去是个很简单的问题,似乎用style中的width属性就可以。例如, 通过试验以后发现,无效,无论是在Firefox还是IE中都无效。 通过查阅CSS2标准中关于width的定义发现,原来CSS中的width属性并不总是有效的,如果对象是inline对象,w 阅读全文
posted @ 2018-03-04 23:03 QueenyL 阅读(854) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-02-27 09:09 QueenyL 阅读(138) 评论(0) 推荐(0) 编辑