#xx {position:relative;width:965px;height:186px;overflow:hidden;}
#yidong {position:absolute:right:0px;bottom:0px;width:66px;height:62px;background:url(malu.jpg) no-repeat 0 0;}
让yidong层跑到navmenu的右下角,咋办?上面的不行
回复讨论(解决方案)
position:absolute;right:0px;
这两个之间是分号,你的事 冒号。
#yidong {position:absolute:right:0px;top:124px;width:66px;height:62px;background:url(malu.jpg) no-repeat 0 0;}
大div设css为position:relative;小div设css为position:absolute;bottom:0; right:0;即可
Stellungnahme:Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn