input的Css样式_ Div+Css教程-查字典教程网
input的Css样式
input的Css样式
发布时间:2015-05-12 来源:查字典编辑
摘要:cssfile:input{behavior:url(bindbutton.htc);}htcfile:functionload(){if(...

 cssfile:

input {

behavior: url(bindbutton.htc);

}

htcfile:

<PUBLIC:COMPONENT lightWeight=true> 
  <PUBLIC:ATTACH EVENT="oncontentready" ONEVENT="load()" /> 

  <PUBLIC:ATTACH EVENT="onmouseout" ONEVENT="mouseout()" /> 

  <PUBLIC:ATTACH EVENT="onmouseover" ONEVENT="mousemove()" /> 

  <PUBLIC:ATTACH EVENT="onmousedown" ONEVENT="mousedown()" /> 

 <PUBLIC:ATTACH EVENT="onmouseup" ONEVENT="mouseup()" /> 
  <PUBLIC:PROPERTY NAME="direction" /> 


  <SCRIPT LANGUAGE="JScript"> 

 function load() 
 

  if ((element.tagName == 'INPUT' && (element.type == 'button' || element.type == 'submit' || element.type == 'reset')) || (element.tagName == 'BUTTON')) 


  element.style['background'] = '....'; 

 

  element.style.border = ((element.type=='checkbox'||element.type=='radio')?'none':'1px double #888888'); 



  function setImage(sImg) 
  
  if (bSet) 
  
  //element.style['background'] = 'URL('+ sImg +')'; 

 
  

  function mouseout() { setImage(aNormal[iDir]); try{element.style.MozOpacity=0.8;element.filters.alpha.opacity=80;}catch(e){}} 

function mousemove() { setImage(aOver[iDir]); try{element.style.MozOpacity=1;element.filters.alpha.opacity=100;}catch(e){}} 

function mousedown() { setImage(aClick[iDir]); } 
  function mouseup() { setImage(aNormal[iDir]); } 

  </SCRIPT> 

  </PUBLIC:COMPONENT>

        :更多精彩文章请关注三联网页设计教程栏目。

相关阅读
推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
  • 大家都在看
  • 小编推荐
  • 猜你喜欢
  • 最新 Div+Css教程学习
    热门 Div+Css教程学习
    网页设计子分类