ねえ、その下のdivボックスを詳細のある上のボックスの横に置きたいのですが、絶対に配置しようとすると、なぜ(3つすべてのdivの親divをposition rlativeとして作成したのですか)、これを修正するにはどうすればよいですかまたはこれを行うための他のより良い方法。
これがスクリーンショットです - http://www.findportugal.com/Untitled.png
部門の説明
#user_panel - div around all the other divs ie parent div
#user_details - div with details on top
#user_photos - div with photo heading
#user_current - div at the lower part
CSS :
#user_panel
{
color: white;
position: relative;
}
#user_details
{
padding: 0 0 30px 0;
}
#user_details table
{
padding: 30px 20px 10px 30px;
border: 1px solid grey;
margin: 0 60px 0 40px
}
#user_details table tbody tr td#right
{
padding: 0 0 0 100px;
}
#users_title
{
padding: 20px 0 0 50px;
}
div#user_photos
{
width: 850px;
height: 230px;
border: 1px solid grey;
margin: 50px 0 0 40px;
padding: 0 0 20px 20px;
}
#user_current
{
border: 1px solid grey;
width: 320px;
position: absolute;
}