有关Hover功能描述错误的是()。A、要开启Hover功能,要求电梯具备再平层功能B、需要做惯量自学习C、开通Hover功能GECB有8个参数需要设置D、Hover功能的电梯其主机及制动器需要确保温升及表面温度能够满足要求
有关Hover功能描述错误的是()。
- A、要开启Hover功能,要求电梯具备再平层功能
- B、需要做惯量自学习
- C、开通Hover功能GECB有8个参数需要设置
- D、Hover功能的电梯其主机及制动器需要确保温升及表面温度能够满足要求
相关考题:
YoucreateaWebpagethatcontainsdrop-downmenusthataredefinedbyusingdivtagsinthefollowingcode.YouneedtowriteaJavaScriptfunctionthatwillenablethedrop-downmenustoactivatewhentheuserpositionsthemouseoverthemenutitle.Whichcodesegmentshouldyouuse?()A.$(.dropdown-menu).hover(function(){$(.menu-items).slideDown(100);},function(){ $(.menu-items).slideUp(100);});B.$(.dropdown-menu).hover(function(){$(.menu-items,this).slideDown(100);},function(){$(.menu-items,this).slideUp(100);});C.$(.dropdown-menu).hover(function(){$(this).slideDown(100);},function(){$(this).slideUp(100);});D.$(.dropdown-menu).hover(function(){$(this.menu-title,).slideDown(100);},function(){$(this.menu-title,).slideUp(100);});
下列选项中实现“鼠标指针停留在超链接文字上时,链接文字颜色变红”功能的CSS语句是()。A.a:hover{color:#0000FF}B.a:hover{color:#FF0000}C.a:visited{color:#0000FF}D.a:visited{color:#FF0000}
如果他希望做盘旋,应当通知ATC。()A、If he desires to circle, he should advise ATCB、If he wants to hover, he should advise ATCC、If he wants to hover, he should ask ATCD、If he desires to spiral, he should ask ATC
利用CSS样式中四种常用的虚类可以设置文字超级链接的四种状态的颜色,这四中链接状态的顺序应该是:()A、a:link,a:visited,a:hover,a:activeB、a:active,a:link,a:hover,a:visitedC、a:visited,a:link,a:hover,a:activeD、a:hover,a:link,a:visited,a:active
设置鼠标移动到链接上时候文字变成红色如何设置?()A、a:link{color:red;}B、a:active{color:red;}C、a:visited{color:red;}D、a:hover{color:red;}
在CSS中,要实现链接字体颜色为红色,无下划线,当鼠标移过时显示下划线的效果,以下选项正确的是()。A、a:link{color:#ff0000;} a:hover{text-decoration:underline;}B、a{color:#ff0000;text-decoration:none;} a:hover{text-decoration:overline;}C、a{text-decoration:underline;} a:hover{color:#ff0000;text-decoration:none;}D、a:link{color:#ff0000;text-decoration:none;} a:hover{text-decoration:underline;}
以下代码哪项可以实现鼠标悬停时,超级链接无下化线显示()。A、A:hover{text-decoration:none;}B、A:hover{text-decoration:underline;}C、A:hover{text-align:none;}D、A:hover{text-align:underline;}
单选题在CSS中,要实现链接字体颜色为红色,无下划线,当鼠标移过时显示下划线的效果,以下选项正确的是()。Aa:link{color:#ff0000;} a:hover{text-decoration:underline;}Ba{color:#ff0000;text-decoration:none;} a:hover{text-decoration:overline;}Ca{text-decoration:underline;} a:hover{color:#ff0000;text-decoration:none;}Da:link{color:#ff0000;text-decoration:none;} a:hover{text-decoration:underline;}
单选题以下代码哪项可以实现鼠标悬停时,超级链接无下化线显示()。AA:hover{text-decoration:none;}BA:hover{text-decoration:underline;}CA:hover{text-align:none;}DA:hover{text-align:underline;}
( 难度:中等)把鼠标移到按钮并点击时,会产生一串什么样的事件( )A.active hover focusB.foucs hover activeC.hover active foucusD.hover focus active