• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
PHP开发记录
PHP以及web前端(ajax,js,jquery等)
博客园 首页 新随笔 管理
上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 83 下一页

2008年9月23日

怎么样才能让层浮动或显示在FLASH元素上面呢?
摘要: 解决的办法是给FLASH设置透明<paramname="wmode"value="transparent"/>或者<paramname="wmode"value="opaque"/>. <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <htmlxmlns="http:/ 阅读全文
posted @ 2008-09-23 21:29 corange 阅读(196) 评论(0) 推荐(0)
 
用CSS实现文字垂直居中的代码
摘要: 用CSS实现文字垂直居中的代码 <styletype="text/css"> <!-- .con_div{ width:400px; height:300px; border:1pxsolid#777; text-align:center; display:table-cell; vertical-align:middle; background:red; color:#fff } /*FORIE*/ .webjx{ width:0; height:100%; display:inline-block; vertical-align:middle; } - 阅读全文
posted @ 2008-09-23 21:28 corange 阅读(271) 评论(0) 推荐(0)
 
仿LightBox效果全屏提示框
摘要: <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <htmlxmlns="http://www.w3.org/1999/xhtml"> <head> <metahttp-equiv="Content-Type"content="text/html;charset=gb2312" 阅读全文
posted @ 2008-09-23 21:26 corange 阅读(126) 评论(0) 推荐(0)
 
关闭网页窗口后直接跳转到新的页面
摘要: <HTML> <bodyleftmargin="0"topmargin="0"marginwidth="0"marginheight="0"onbeforeunload="popwin('http://www.alixixi.com/firefox/','_blank');"> <scriptlanguage="javascript"> varaw=screen.availWidth; varah=scree 阅读全文
posted @ 2008-09-23 07:47 corange 阅读(362) 评论(0) 推荐(0)
 
取得文件扩展名方法
摘要: 变量$file_name可以来自上传域或者指定为其他 <?//方法一: functionextend($file_name) { $retval=""; $pt=strrpos($file_name,"."); if($pt)$retval=substr($file_name,$pt+1,strlen($file_name)-$pt); return($retval); } //方法二(PHP4.03及更高版本) $extend=pathinfo($file_name); $extend=strtolower($extend["exten 阅读全文
posted @ 2008-09-23 07:40 corange 阅读(157) 评论(0) 推荐(0)
 
 
上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 83 下一页

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3