Birtane var ama biraz değişik
<
HTML>
<title>Pull-Down Menus</title>
<head>
<style TYPE="text/
CSS">
#menu1 { display : none }
#menu2 { display : none }
#menu3 { display : none }
a:link {color:black; text-decoration:none}
a:hover {color:blue; text-decoration:underline}
</style>
<head>
<body BGCOLOR="FFFFFF">
<table BORDER="0" aLIGN="left">
<tr>
<td VaLIGN="top" WIDTH="200">
<span onMouseOver="document.all.menu1.style.display = 'block'" onMouseOut="document.all.menu1.style.display = 'block'">
<
font size="-1"><b><img SRC="artı
image"> DENEME</b></
font></span><br>
<span ID="menu1" onClick="document.all.menu1.style.display = 'none'">
<
font ><img SRC="eksi
image"> <a href="/tutors/frame1.
HTML">XXXX</a></
font><br>
<
font ><img SRC="eksi
image"> <a href="/tutors/tbl.
HTML">YYYY</a></
font><br>
<
font ><img SRC="eksi
image"> <a href="/beyond/dhtml.
HTML">ZZZZ</a></
font><br>
<
font ><img SRC="eksi
image"> <a href="/tutors/forms.
HTML">WWWWWW</a></
font>
</span>
</td>
</tr>
<tr>
<td VaLIGN="top" WIDTH="200">
<span onMouseOver="document.all.menu2.style.display = 'block'" onMouseOut="document.all.menu2.style.display = 'block'">
<
font size="-1"><b><img SRC="artı
image"> 2.
menu</b></
font></span><br>
<span ID="menu2" onClick="document.all.menu2.style.display = 'none'">
<
font> <img SRC="eksi
image"> <a href="url" target="resource window">asdf</a></
font><br>
<
font> <img SRC="eksi
image"> <a href="url"target="resource window">qwert</a></
font><br>
<
font> <img SRC="eksi
image"> <a href="url" target="resource window">Dave TV</a></
font><br>
<
font> <img SRC="eksi
image"> <a href="url" target="resource window">zxcv</a></
font>
</span>
</tr>
<tr>
<td VaLIGN="top" WIDTH="200">
<span onMouseOver="document.all.menu3.style.display = 'block'" onMouseOut="document.all.menu3.style.display = 'block'">
<b><img SRC="artı
image"> <
font size="-1">3.
menu</
font></b></span><br>
<span ID="menu3" onClick="document.all.menu3.style.display = 'none'">
<
font> <img SRC="eksi
image"> <a href="url" target="resource window">a</a></
font><br>
<
font> <img SRC="eksi
image"> <a href="url" target="resource window">bbb</a></
font><br>
<
font> <img SRC="eksi
image"> <a href="url" target="resource window">dddddd</a></
font><br>
<
font> <img SRC="eksi
image"> <a href="URL" target="resource window">eeeeeeeeee</a></
font>
</span>
</td>
</tr>
</table>
</body>
</
HTML>