<!doctype html>
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<tile></tile>
<style type="text/css">
#box1 {position:absolute; width:400px; height: 300px; z-index: 1; left: 2px; top: 202px;}
#box2 {position:absolute; width:400px; height: 300px; z-index: 2; left: 402px; top: 202px;}
#box3 {position:absolute; width:400px; height: 300px; z-index: 3; left: 300px; top: 150px;}
#box4 {position:absolute; width:400px; height: 300px; z-index: 4; left: 500px; top: 150px;}
</style>
</head>
<body>
<div id="box1">
<iframe src=
http://naver.com name="aaa" width="400" marginwidth="0" height="300" marginheight="0" scrolling="auto"></iframe></div>
<div id="box2">
<iframe src="
http://daum.net" name="bbb" width="400" marginwidth="0" height="300" marginheight="0" scrolling="auto"></iframe></div>
<div id="box3">
<a href="메뉴1링크
" target="aaa"><img src="
img/menu.gif"width="138" height="31"/></a>
</div>
<div id="box4">
<a href=" 메뉴2링크 " target="bbb"><img src="
img/menu.gif"width="138" height="31"/></a>
</div>
</div>
</body>
</html>
현재 메뉴, 링크 소스입니다.
메뉴는 현재 2개이구(box3,box4) gif 파일로 이미지로만 그려놨는데요. (색깔 칠해놓은 곳)
메뉴1에 마우스를 갖다댔을대 색깔이 변하는 식으로 swf파일로 만들고싶은데요.. 소스를 어떻게 변경하면 될까요??
메뉴swf 파일은 다운받아놨습니다