一个网页特效的问题

来源:百度知道 编辑:UC知道 时间:2024/05/13 17:04:07
<!---->
<style type="text/css"><!--
.input {font-family: "Verdana", "Arial";font-size: 9px;color: #FFFFFF;cursor: hand;filter: Alpha(Opacity=100, FinishOpacity=0, Style=3, StartX=70, StartY=70, FinishX=100, FinishY=100);font-weight: bolder;width: 70px;height:16px;border: 0px;}
--></style>
<script><!--
function xrBt(value){
document.write("<input type=\"button\" value=\""+value+"\" class=\"input\" style=\"background-color: #00CCFF;\" onmouseover=\"this.style.filter='';this.style.color='#000000';this.style.background='#EEFFFF';\" onmouseout=\"this.style.filter='Alpha(Opacity=100,FinishOpacity=0,Style=3,StartX=70,StartY=70,FinishX=100,FinishY=100)';this.style.color='#FFFFFF';this.style.background='#00CCFF';\"/>");}

<script >
function a()
{
widow.location.href = "www.baidu.com";
}
</script>

<input type = "button" value="连接" onclick="a()" />

在图形编辑界面选中,按编辑超级连接
我是在dreamwear里弄的