2013年4月23日

CSS 清除浮动

摘要: <style>.clearfix:after{ visibility: hidden; display: block; font-size: 0; content: "."; clear: both; height: 0;}* html .clearfix{zoom: 1;}*:first-child + html .clearfix{zoom: 1;}</style><div class="clearfix" style="border: 2px solid red;"> <div styl 阅读全文

posted @ 2013-04-23 18:11 空山幽泉 阅读(112) 评论(0) 推荐(0) 编辑

PHP getenv() 获取IP

摘要: <?php function GetIP(){ if (getenv("HTTP_CLIENT_IP") && strcasecmp(getenv("HTTP_CLIENT_IP"), "unknown")) $ip = getenv("HTTP_CLIENT_IP"); else if (getenv("HTTP_X_FORWARDED_FOR") && strcasecmp(getenv("HTTP_X_FORWARDED_FOR") 阅读全文

posted @ 2013-04-23 17:00 空山幽泉 阅读(560) 评论(0) 推荐(0) 编辑

导航