<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 좌표
반응형
'인터넷정보' 카테고리의 다른 글
오른쪽 마우스 해제 (0) | 2007.10.12 |
---|---|
firefox 주소창, 검색창에서 한글주소 바로가기 구현 (0) | 2007.10.12 |
firefox 주소창, 검색창에서 한글주소 바로가기 구현 (0) | 2007.10.12 |
클릭 한번으로 창 여러개 띄우기 - 팝업, 새창 두개 이상 (0) | 2007.10.12 |
클릭 한번으로 창 여러개 띄우기 - 팝업, 새창 두개 이상 (0) | 2007.10.12 |
absolute positioning (0) | 2007.10.12 |
팝업 타이머 - 새창 타이머 (0) | 2007.10.12 |
팝업 타이머 - 새창 타이머 (0) | 2007.10.12 |
텍스트 카운팅 (0) | 2007.10.12 |
텍스트 카운팅 (0) | 2007.10.12 |