<style>
#TOP
{
position:absolute;
left:expression!!(this.getAttribute("posx"));
top:expression!!(this.getAttribute("posy"));
}
</style>


<div id=TOP posx=10 posy=10>
메뉴1
</div>

<div id=TOP posx=0 posy=30>
메뉴2
</div>

<div id=TOP posx=60 posy=10>
메뉴3
</div>

<div id=TOP posx=90 posy=90>
메뉴4
</div>


posx=x 좌표
posy=y 좌표

Posted by 알 수 없는 사용자
,