
CSS
sanshi_zhang
专注于前端(JavaScript、jQuery、ExtJS)
展开
-
Difference between input and button markup
We all know input markup in XHTML, which can be used to create TextBox, Button, CheckBox, RadioButton, HiddenField etc via type attribute. There are three types of button, one is used to submit form,原创 2013-06-24 11:27:11 · 614 阅读 · 0 评论 -
[原创]分享IE7一个神奇的BUG(不是封闭标签的问题,的确是IE7的BUG)
虽然新做的网站一般不要求兼容IE6,不过对IE7/8/9/10的兼容还是必须的。而有时IE7下也会出现各种神奇的现象,这篇小博文就记录一下作者今天在IE7下遇到的问题。 首先来看这么一个简单的页面,让图片在DIV中上下居中显示: #test-container { width: 300px; height: 200px; bo原创 2013-06-24 11:35:07 · 654 阅读 · 0 评论 -
How to center an image?
I find three ways to center an image in a div: .container1 { border: solid 1px #666; width: 100px; height: 100px; } .contai原创 2013-06-24 11:27:13 · 569 阅读 · 0 评论