更多“Bootstrap中的“dropdown-menu”类表示下拉菜单。() ”相关问题
  • 第1题:

    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);});


    参考答案:B

  • 第2题:

    在Bootstrap中,按钮添加默认/标准按钮样式的类是()

    A..btn类

    B..btn-primary类

    C..btn-info类

    D..btn-default类


    btn-default类

  • 第3题:

    下拉菜单中符号“…”和“▶”分别表示什么意义?


    【重复】选项下拉列表中,各选项含义如下。 no-repeat(不重复):背景图像不重复。 repeat(重复):背景图像在页面中重复。 repeat-x(重复-x):背景图像在页面中横向重复。 repeat-y(重复-y):背景图像在页面中纵向重复。 如果【重复】空白,默认为repeat。

  • 第4题:

    在Bootstrap中,按钮添加原始按钮样式(未被操作)的类是()

    A..btn-default类

    B..btn-info类

    C..btn-primary类

    D..btn类


    C

  • 第5题:

    在Bootstrap中,用于表示一个禁用按钮的类是()

    A..active类

    B..disabled类

    C..btn-block类

    D..btn-close类


    disabled类