Zoque.Forum
»
Tree Menü
|
| Arsiv Bölümü Webtasarımı ve internet bölümünde önemli olduğunu düşündüğümüz mesajların toplandığı bölüm. Foruma yeni bir soru sunmadan bu bölümdeki mesajlara göz atılması tavsiye olunur. (Arama motorundan daha eski mesajlara ulaşılabilir). |
![]() |
|
|
LinkBack | Seçenekler |
|
|
#1 (permalink) |
|
Mesaj: n/a
|
Tree Menü
Merhaba arkadaşlar...
http://msdn.microsoft.com/library/de...p/psdkwelc.asp adresinin sol tarafındaki gibi bir ağaç görünümnü nasıl oluşturabilirim? ASP ile alt menüleri oraya yazdıracam. ayrıca onun gibi üstüne tıkladığında gizlenebilecek... teşekkürler... bu Microsoft biliyor yaw isini... hehehe... |
|
|
|
#2 (permalink) |
|
Üyelik Tarihi: 09.10.2001
Yer: İstanbul
Yaş: 25
Mesaj: 153
|
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>
__________________
http://www.youtube.com/profile_videos?user=TR34salih |
|
|
|
Zoque'a hoşgeldiniz!