08 2014 档案

摘要:一、《important 在IE6及FF中的使用》.box1 {width:150px !important;} .box1 {width:250px;} !important是说这个设置有优先级,IE碰到!important不会出错只是忽略他的功能,假如后面又设置了width,IE会以最后设置的 阅读全文
posted @ 2014-08-31 22:04 胡进东 阅读(257) 评论(0) 推荐(0)
摘要:BFC是什么 Block Formatting Context (块格式化上下文) 首先我们看看那W3C上是怎么定义的 Floats, absolutely positioned elements, block containers (such as inline-blocks, table-cel 阅读全文
posted @ 2014-08-26 01:45 胡进东 阅读(199) 评论(0) 推荐(0)
摘要:刚刚学了Jquery,写了一个简单的图片滑动,但不是完成品。 <!DOCTYPE html> <meta content="text/html" charset="utf-8"/><html><head> <title></title> <link href="css/lunbo.css" rel= 阅读全文
posted @ 2014-08-18 21:44 胡进东 阅读(179) 评论(0) 推荐(0)