随笔分类 -  PopStyle

摘要:/* global */document,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{margin:0;padding:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}ul,ol,dl,li,dt,dd{list-style:none;}h1,h2,h3,h4,h5,h6{font-size:100%;line-hei 阅读全文
posted @ 2013-06-24 19:11 microsoft_kk 阅读(1648) 评论(0) 推荐(0)
摘要:<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html> <head> <title>双飞翼布局(实现自适应分辨率)</title> <style> /* Copyright (c) 2008, Yahoo! Inc. All rights reserved. Cod... 阅读全文
posted @ 2012-12-25 11:43 microsoft_kk 阅读(1255) 评论(1) 推荐(0)
摘要:<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html> <head> <title>双飞翼布局(实现自适应分辨率)</title> <style> /* Copyright (c) 2008, Yahoo! Inc. All rights reserved. Cod... 阅读全文
posted @ 2012-12-25 11:41 microsoft_kk 阅读(738) 评论(1) 推荐(1)
摘要:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=u 阅读全文
posted @ 2012-11-06 18:41 microsoft_kk 阅读(347) 评论(0) 推荐(0)
摘要:<html> <head> <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js'></script> <script type='text/javascript'> $(function() { $("#btnMoveUp,#btnMoveDown").click(function() { var $opt = $("# 阅读全文
posted @ 2012-11-05 14:34 microsoft_kk 阅读(1143) 评论(0) 推荐(0)
摘要:弹出层库源码:/** * jmpopups * Copyright (c) 2009 Otavio Avila (http://otavioavila.com) * Licensed under GNU Lesser General Public License * @docs http://jmpopups.googlecode.com/ * @version 0.5.1 * */(function($) { var openedPopups = []; var popupLayerScreenLocker = false; var focusableElement = ... 阅读全文
posted @ 2012-02-07 14:49 microsoft_kk 阅读(6045) 评论(0) 推荐(0)
摘要:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf- 阅读全文
posted @ 2012-02-07 11:28 microsoft_kk 阅读(1526) 评论(0) 推荐(0)
摘要:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html> <head> <title>动态随鼠标移动的Tip</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <style type="text/css"> <!-- *{font-size: 1 阅读全文
posted @ 2012-02-06 17:39 microsoft_kk 阅读(1401) 评论(0) 推荐(0)
摘要:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html> <head> <title>静态随鼠标移动的Tip</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <style type="text/css"> <!-- #Tip{ display: 阅读全文
posted @ 2012-02-06 17:02 microsoft_kk 阅读(304) 评论(0) 推荐(0)