首页 > 代码库 > CSS3/jQuery自定义弹出窗口

CSS3/jQuery自定义弹出窗口

简单演示一下,精简了演示效果和css样式文件,更利于在项目中的实际应用

引入style.css   index.js

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>index.html</title>
	
    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
    <meta http-equiv="description" content="this is my page">
    <meta http-equiv="content-type" content="text/html; charset=gbk">
    <link href=http://www.mamicode.com/"style.css" rel="stylesheet" type="text/css"/>>
然后将style.css、index.js和index.html放在同一路径下 用chrome或Firefox打开index.html即可

不支持IE浏览器

style.css index.js下载地址:http://download.csdn.net/detail/itmyhome/7433847

参考:http://www.html5tricks.com/category/jquery-plugin

全部效果演示:http://www.html5tricks.com/demo/jquery-css3-modal-window/index.html


欢迎加入JAVA技术交流群:74955800