単純に
position: relative;
を入れるだけでOK
[sourcecode language=”java”] #ftoparea img{
width:232px;
float:right;
margin-top:-40px;
position: relative;
}[/sourcecode]
web メモ
単純に
position: relative;
を入れるだけでOK
[sourcecode language=”java”] #ftoparea img{
width:232px;
float:right;
margin-top:-40px;
position: relative;
}[/sourcecode]