【发布时间】:2012-04-13 05:28:09
【问题描述】:
.games_box
{
width:575px;
margin:8px auto;
background:#f8f7f7;
padding:8px;
border-bottom:#000000 1px dotted;
}
<div class="games_box">
<a href='#'>
<img src='$host_name/staff/game-$row[0].gif' width='78' height='75' alt='games' />
<div id='staff' style='position:relative; top:-50px;z-index:1; left:29px'>
<img src='images/staff_picks.png' alt='staffpick' width='50' height='51' /></div>
</a>
</div>
我把员工 div .. games-box div 很大.. 我用'clear:both'..但没用..
1st
第二次
员工挑选图片
第三次
最后,z-index 使用了staffpick 图像,图像下方空间更大
【问题讨论】:
-
你能解释一下你到底需要什么或者给我们看小提琴或者给我们截图....