• 2022-06-07
    设置图像距离左边缘50像素,距离上边缘80像素的方法为()。
    A: background-position: 50px ;
    B: background-position: 80px 50px;
    C: background-position: 80px;
    D: background-position: 50px 80px;
  • D

    内容

    • 0

      在CSS3中,若父标签已设置position:relative,将标签定位在距其父标签左边50px,上边100px的CSS正确写法是() A: {position:static;left:50px;top:100px} B: {position:relative;left:50px;top:100px} C: {position:absolute;left:50px;top:100px} D: {position:fixed;left:50px;top:100px}

    • 1

      设置DIV宽为500像素和高为400像素的正确方法是? A: height:500 px; width:400 px; B: margin:500px; padding:400 px; C: padding:500 px;margin:400 px; D: width:500 px;height:400 px;

    • 2

      请问用()属性设置网页背景图像效果? A: background-color B: background-image C: background D: background-position

    • 3

      第一个DIV的样式style为width:150px;height:50px;margin:5px 7px 2px 3px;padding:5px;border:1px solid #000;第二个DIV的样式style为width:150px;height:50px;margin:0;padding:0;border:1px solid #000;请问第一个DIV的实际宽度为________px,原点坐标为x=_____px,y=______px;第二个DIV的原点坐标为x=_____px,y=______px原点为盒子模型可见区域的左上角定点

    • 4

      程序:char xdata *pX; pX = 0xA0; *pX = 0x80,其中pX是