摘要: javascript 阅读全文
posted @ 2016-05-26 16:13 公众号java-codestack 阅读(252) 评论(0) 推荐(0)
摘要: javascript Test Window 1111111111 1111111111 Anther window this is another window. its z-indexputs it on top of the other one css styles mke its content area translucent,in browsers that sup... 阅读全文
posted @ 2016-05-26 11:28 公众号java-codestack 阅读(732) 评论(0) 推荐(0)
摘要: <div style="width:100px;height:50px;border: solid black 1px;position: absolute;right: 500px; bottom:200px;"></div><!-- 绘制一个1像素的黑色实现边框 --><div style="w 阅读全文
posted @ 2016-05-26 10:40 公众号java-codestack 阅读(231) 评论(0) 推荐(0)
摘要: <span style="text-shadow: 3px 3px 1px #888;">shadowed</span><span style="position: relative;">shadowed<span style="position:absolute; top:3px; left:3p 阅读全文
posted @ 2016-05-26 10:30 公众号java-codestack 阅读(178) 评论(0) 推荐(0)
摘要: 在说到这个问题的时候,也许有人会问CSS中不是有vertical-align属性来设置垂直居中的吗?即使是某些浏览器不支持我只需做少许的CSS Hack技术就可以啊!所以在这里我还要啰嗦两句,CSS中的确是有vertical-align属性,但是它只对(X)HTML元素中拥有valign特性的元素才 阅读全文
posted @ 2016-05-26 10:20 公众号java-codestack 阅读(826) 评论(0) 推荐(0)