随笔 - 280  文章 - 7  评论 - 853  阅读 - 104万 
02 2013 档案
display inline inline-block block区别
摘要:一句话来讲:inline:不分行,不可设置宽高inline-block:不分行,可以设置宽高block:分行,可以设置宽高 阅读全文
posted @ 2013-02-28 11:38 是谁啊? 阅读(138) 评论(0) 推荐(0) 编辑
lamp 403
摘要:装好Lamp,启动,除了默认站点外,添加的其他virtualhost以及phpmyadmin均无法访问:You don't have permission to access the requested object. It is either read-protected or not readable by the server.If you think this is a server error, please contact the webmaster.看这样子是httpd的配置的问题了。仔细看了下lampp/etc/httpd.conf的配置,发现对/的访问权限都弄成了 R 阅读全文
posted @ 2013-02-06 10:48 是谁啊? 阅读(2798) 评论(0) 推荐(0) 编辑
CSS 结构和规则
摘要:基本语法规则选择符任何HTML元素都可以是一个CSS1的选择符。选择符仅仅是指向特别样式的元素。例如,P { text-indent: 3em }当中的选择符是P。类选择符单一个选择符能有不同的CLASS(类),因而允许同一元素有不同样式。例如,一个网页制作者也许希望视其语言而定,用不同的颜色显示代码 :code.html { color: #191970 }code.css { color: #4b0082 }以上的例子建立了两个类,css和html,供HTML的CODE元素使用。CLASS属性是用于在HTML中以指明元素的类,例如,<P class="warning&quo 阅读全文
posted @ 2013-02-04 15:50 是谁啊? 阅读(332) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示