position:relative;right:30%;bottom:30%;语法格式是正确的。

position:relative;right:30%;bottom:30%;语法格式是正确的。


相关考题:

以下定位属性position说法错误的是:()。 A.position属性用来规定元素怎样在网页上定位。B.position属性的取值static表示按照HTML格式规则正常定位。C.position属性的取值relative某元素将定位在相对于网页前一个元素尾端位置定位。D.position属性的取值absolute是指某元素将定位在框架或浏览器窗口本身基于右下角的绝对位置。

以下代码片断中,属于绝对定位的是()。A、#box{width:100px;height:50px;position:absolute;}B、#box{width:100px;height:50px;position:static;}C、#box{width:100px;height:50px;position:relative;}D、#box{width:100px;height:50px;}

“well, you seem to have the right( )for the position.“ A. conditionsB. situationsC. qualificationsD. qualities

Do you think you are the suitable person for this position?().A. I'm not sure if I will be here for the task.B. I don't think Xiao Ming is the right person to count on.C. Yes. I'm hard working and I think I am suitable for this position.

The Authority reserves the right not to accept ______ for pilots by vessels in anchorages if the vessels have not reported their anchored position.A.bookingsB.commandsC.ordersD.Reports

下列哪种CSS属性不能让页面在浏览器中居中显示(网页中所有可显示的元素都包含在一个id为container的div盒子内)()。A.container{margin:0auto;width:780px;}B.container{position:relative;width:780px;left:50%;margin-left:-390px;}C.container{margin:0auto;width:85%;}D.container{position:relative;width:780px;right:50%;margin-left:390px;}

下面哪个属性不会让 div 脱离文档流(normal flow)?()A、position: absolute;B、position: fixed;C、position: relative;D、float: left;

下列对position属性的值的描述错误的是?()A、static(默认),按照正常文档流进行排列B、relative(相对定位),不脱离文档流,相对于自身静态位置通过top,bottom,left,right来定位C、absolute(绝对定位),脱离文档流,相对于自身父级元素位置通过top,bottom,left,right来定位D、fixed(固定定位),脱离文档流,相对于浏览器窗口通过top,bottom,left,right来定位

怎样给一个元素相对定位()。A、position:relative;B、position:absolute;C、position:fixedD、position:static

可以将元素的定位模式设置为相对定位方式的是()。A、position:static;B、position:relative;C、position:absolute;D、position:fixed;

让几个元素向左浮动并间隔10像素()。A、float:left;margin-left:10px;B、position:fixed;top:10px;left10px;C、position:relative;top:10px;left10px;D、position:inherit;top:10px;left10px;

下列样式代码中,可以实现绝对定位模式的是()。A、position:static;B、position:fixed;C、position:absolute;D、position:relative;

下列属性中写法正确的是()。A、position:relative;B、position:absolute;C、position:fixedD、position:static

让三个DIV元素在一行并排显示的属性正确的是()。A、position:relative;B、position:fixedC、margin:0autoD、float:left;

设置盒子距离body上边40px,左边60px语法格式正确的是()。A、position:absolute;right:40px;top:60px;B、position:absolute;left:60px;top:40px;C、position:absolute;bottom:40px;right:60px;D、以上都不正确

在HTML中,以下关于position属性的设定值描述错误的是()。A、static为默认值,没有定位,元素按照标准流进行布局B、relative属性值设置元素的相对定位,垂直方向的偏移量使用up或down属性来指定C、absolute表示绝对定位,需要配合top、right、bottom、left属性来实现元素的偏移量D、用来实现偏移量的left和right等属性的值,可以为负数

position的值,relative和absolute分别是相对于谁进行定位的?

以下代码片断中,属于静态定位的是()。A、#bb{width:100px;position:relative}B、#bb{width:100px;position:static}C、#bb{width:100px;}D、#bb{width:100px;position:absolute}

单选题Engine () refers to the relative time of position of crank, at which each operation during the cycle is commenced and is completed.AtimingBpowerCfiring orderDdead center

单选题When we say that two objects have relative motion, we mean ().Athe distance between them remains the sameBthe distance between them is changingCthe position between them is not changingDtheir positions to the earth remain the same

单选题In a pneumatic automation system, a unit producing a signal to govern the position of the controller of the measured variable, relative to the value of the measured variable, is said to have().Areset actionBproportional actionCtwo position actionDrate action

单选题Engine () refers to the relative time of position of crank, at which each operation during the cycle is commenced and is completed.AtimingBdeviationCfiring orderDphase

单选题以下代码片断中,属于绝对定位的是()。A#box{width:100px;height:50px;}B#box{width:100px;height:50px; position:absolute;}C#box{width:100px;height:50px; position:static;}D#box{width:100px;height:50px; position:relative;}

单选题When the direction handle of telegraph is moved, the relative position of camshaft and crankshaft will be()Achanged accordinglyBunchangedCpositioned aheadDpositioned astern

单选题It should be evident that the amount of fuel injected into the cylinder is dependent on the position of the helix relative to the ().Ainlet portBexhaust portCspill portDscavenge port

单选题When viewed from above,the best position for the guy in relation to the boom is().AAt a 45° angleBAt right anglesC4 feet aft of the heel of the boomDParallel to the boom

单选题以下代码片断中,属于静态定位的是()。A#bb{width:100px;position:relative}B#bb{width:100px;position:static}C#bb{width:100px;}D#bb{width:100px;position:absolute}