写了如下一段程序,未能<!DOCTYPE HTML><html><head><title>absolute样式</title><style type="text/css">.div1{ width:200px; height:200px; border:2px red solid;}.div2{ width:20px; height:20px; border:2px red solid; position:absolute; right:10px; top:20px;}</style></head><body><div class="div1"> <div class="div2"> </div></div></body></html>大家可以在浏览器中试试,不能实现在其父包含块中的绝对定位,还是在body窗口中的绝对定位.如果要实现在其父包含块中的绝对定位,还需其它设置吗?
添加回答
举报
0/150
提交
取消