XSL 学习资料
Dec 6th, 2006 by song

随着Internet的发展,越来越多的信息进入互联网,信息的交换、检索、保存及再利用等迫切的需求使HTML这种最常用的标记语言已越来越捉襟见肘。HTML将数据内容与表现融为一体,可修改性、数据可检索性差,而XML借鉴了HTML与数据库、程序语言的优点,将内容与表现分开,不仅使检索更为方便,更主要的是用户之间数据的交换更加方便,可重用性更强。 Read the rest of this entry »

访GOOGLE 拖拽
Dec 5th, 2006 by song

访GOOGLE 拖拽[code]<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<style type="text/css">
body
{
   margin:10px;
}

#dragHelper
{
   position:absolute;/*重要*/
   border:2px dashed #000000;
   background-color:#FFFFFF;
 filter: alpha(opacity=30);
}

.normal
{
   position:absolute;/*重要*/
   width:300px;
   #height:10px;
   border:1px solid #666666;
   background-color:#FFFFFF;
}

.over
{
   position:absolute;/*重要*/
   width:300px;
   #height:10px;
   border:1px solid #666666;
   background-color:#f3f3f3;
 filter: alpha(opacity=50);
}

.dragArea {
 CURSOR: move;
}

</style>

</HEAD>

<BODY oncontextmenu="window.event.returnValue=false">
<input type="text" id="evt" name="eventValue" size="40" />
<div id="dragHelper" style="display:none"></div>
<div class="normal" overClass="over" dragClass="normal">
 <table width="100%">
   <tbody>
     <tr bgcolor="#CCCCCC" bar="yes"><td><a href="#">Cobao</a></td><td dragArea="yes" class="dragArea">........</td><td><a href="#" onclick="openClose(this)">-</a> x</td></tr>
     <tr><td colspan="3">地址:http://www.cobao.cn</td></tr>
     <tr><td colspan="3">关键字:</td></tr>
     <tr><td colspan="3">说明:</td></tr>
   </tbody>
 </table>
</div>
<div class="normal" overClass="over" dragClass="normal">
 <table width="100%">
   <tbody>
     <tr bgcolor="#CCCCCC" bar="yes"><td>新浪</td><td dragArea="yes" class="dragArea">........</td><td><a href="#" onclick="openClose(this)">-</a> x</td></tr>
     <tr><td colspan="3">地址:http://www.sina.com.cn</td></tr>
     <tr><td colspan="3">关键字:</td></tr>
     <tr><td colspan="3">说明:</td></tr>
   </tbody>
[/code] Read the rest of this entry »

SIDEBAR
»
S
I
D
E
B
A
R
«
»  Substance:WordPress   »