共 526篇 前 10 页: 10    每页10篇 下一页  

自荐文章

〖摘要:〗

————里面的方子都是一个老中医几十年的心血!!!~~~~~~很强 大!!!~~~~~~~珍惜身体一定要看!!!~~~(留着有用!!!)

民间秘方,里面的方子都是一个老中医几十年的心血~~很 强~~一定要看 ,使用之前,最好问下医生.试过是否有效的跟贴.

继续阅读其余的  40769 字

pear   2010-03-12 12:28:45 阅读:26  评论:0  引用:0
〖摘要:〗
      //获取样式
      $("input:eq(0)").click(function(){
            alert( $("p").attr("class") );
      });
      //设置样式
      $("input:eq(1)").click(function(){
            $("p").attr("class","high");
      });
      //追加样式
      $("input:eq(2)").click(function(){
            $("p").addClass("another");
&n
继续阅读其余的  1276 字
pear   2010-03-09 13:29:35 阅读:19  评论:0  引用:0
〖摘要:〗
null
继续阅读其余的  7376 字
pear   2010-03-09 11:54:04 阅读:16  评论:0  引用:0
〖摘要:〗
       //选择第一个div元素.
      $('#btn1').click(function(){
          $('div:first').css("background","#bfa");
      })
 
     //选择最后一个div元素.
      $('#btn2').click(function(){
          $('div:last').css("background","#bfa");
      })
    
    //选择class不为one的 所有div元素.
      $('#btn3').click(function(){
          $('div:not(.one)').css("background","#bfa");
继续阅读其余的  1898 字
pear   2010-03-09 11:50:51 阅读:10  评论:0  引用:0
〖摘要:〗

一、IE边框若显若无,须注意,定是高度设置已忘记;

二、浮动产生有缘故,若要父层包含住,紧跟浮动要清除,容器自然显其中;

三、三像素文本慢移不必慌,高度设置帮你忙;

四、兼容各个浏览须注意,默认设置行高可能是杀手;

五、独立清除浮动须铭记,行高设无,高设零,设计效果兼浏览;

六、学布局须思路,路随布局原理自然直,轻松驾驭html,流水布局少hack,代码清爽,兼容好,友好引擎喜欢迎。

七、所有标签皆有源,只是默认各不同,span是无极,无极生两仪—内联和块级,img较特殊,但也遵法理,其他只是改造各不同,一个*号全归原, 层叠样式理须多练习,万物皆规律。

八、图片链接排版须小心,图片链接文字链接若对齐,padding和vertical-align:middle要设定,虽差微细倒无妨。

九、IE浮动双边距,请用display:inline拘。

十、列表横向排版,列表代码须紧靠,空隙自消须铭记。

Popularity: unranked

pear   2010-03-03 15:24:03 阅读:18  评论:1  引用: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-8" />
<title>滚动效果</title>
<script type="text/javascript" src="common/jquery-1.2.6.min.js"></script>
<link type="text/css" rel="stylesheet" href="common/common.css" />
<script src="common/jcarousellite.min.js" type="text/javascript"></script>
<style type="text/css">
#scroll{margin:100px;width:480px;
继续阅读其余的  16469 字
pear   2010-03-02 10:49:31 阅读:24  评论:0  引用:0
〖摘要:〗
<!--
  *  Autor: Sandy    |
  *  Feb: 25         |
  *  fell tired      |
-->
<!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-8" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
  $(document).ready(function(){
      $('s
继续阅读其余的  1186 字
pear   2010-02-25 16:27:03 阅读:27  评论:0  引用:0
〖摘要:〗
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html class="js" dir="ltr" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>image map jquery</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="3_files/jquery_006.js"></script>
<script type="text/javascript" src="3_files/jquery.js"></script>
<script type="text/javascript" src="3_files/jquery_007.js"></script>
<script ty
继续阅读其余的  2554 字
pear   2010-02-25 15:12:30 阅读:9  评论:0  引用:0
Copyright@2008 powered by YuLog