7/12

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>jQuery〜</title>

<script src="js/jquery-1.7.2.min.js"></script>
<link href="css/0712.css" rel="stylesheet" type="text/css" media="screen,print">
</head>

<body>
<dl>
<dt>テキスト1</dt>
<dd><p>本文本文本文本文本文本文本文</p></dd>
<dt>テキスト2</dt>
<dd><p>本文本文本文本文本文本文本文</p></dd>
<dt>テキスト3</dt> 
 <dd><p>本文本文本文本文本文本文本文</p></dd>


</dl>
<script>
$(function(){
	$("dd:not(:first)").css("display","none");
	$("dl dt").click(function(){
		if($("+dd",this).css("display")=="none"){
			$("dd").slideUp("slow");
			$("+dd",this).slideDown("slow");
		}
	});
});
</script>
</body>
</html>

http://www.youtube.com/my_videos_annotate?v=lG6AOHDdhJc

今回、音声を初めて埋め込みました。面白いんですよ。ほんとに!!!
POINT レイヤー2にボタンを作って、アップ、オーバー、ダウン、ヒットのダウン、ヒットに音声情報を入れる

script src="http://www.gmodules.com/ig/ifr?url=http://nitoyon.googlepages.com/embed_flash.xml&up_url=http%3A%2F%2Fkaiyousei.lolipop.jp%2Fladydog.swf&up_background=%23eee&up_cache=0&up_swfver=9&synd=open&w=320&h=240&title=embed+flash&border=http%3A%2F%2Fwww.gmodules.com%2Fig%2Fimages%2F&output=js">