아약스 지도 <style type="text/css"> <BR> h1{ <BR> font:20pt sans-serif; <BR> } <BR> #outerDiv{ <BR> height:600px; <BR> width:800px; <BR> border:1px solid black; <BR> position:relative; <BR> overflow:hidden; <BR> } <BR> #innerDiv{ <BR> position:relative; <BR> left:0px; <BR> top:0px; <BR> } <BR> #toggleZoomDiv{ <BR> position:absolute; <BR> top:10px; <BR> left:10px; <BR> z-index:1 <BR> width:72px; <BR> height:30px; <BR> } <BR> #togglePushPinDiv{ <BR> position:absolute; <BR> top:10px; <BR> left:87px; <BR> z-index:1; <BR> width:72px; <BR> height:30px <BR> } <BR> h1{ font:20pt sans-serif; } #outerDiv{ 높이:600px; 너비:800px; 테두리: 1px 단색 검은색; 위치:상대; 오버플로:숨김; } #innerDiv{ 위치:상대; 왼쪽:0px; 상단:0px; } #toggleZoomDiv{ 위치:절대; 상단:10px; 왼쪽:10px; z-index:1 너비:72px; 높이:30px; } #togglePushPinDiv{ 위치:절대; 상단:10px; 왼쪽:87px; z-색인:1; 너비:72px; 높이:30px }