Merhaba, öncelikle herkesin Kurban Bayramı Mübarek olsun
Küçük bir sorunum var tasarlamaya çalıştığım sayfamda 4 satır aşağıdan başlamasını istediğim bir açılır menü kullanmak istiyorum. Menüyü sayfaya yerleştiriyorum her şey çok güzel ama menü direkt olarak aşağıya doğru açılmıyor yukarıyor doğru ve menüyü ortalayarak açılıyor. Programcılık bilgisine sahip olmadığım için bir şey yapamıyorum ve bu konuda yardımlarınızı rica ediyorum. Yardımlarnız için şimdiden teşekkürler...
Küçük bir sorunum var tasarlamaya çalıştığım sayfamda 4 satır aşağıdan başlamasını istediğim bir açılır menü kullanmak istiyorum. Menüyü sayfaya yerleştiriyorum her şey çok güzel ama menü direkt olarak aşağıya doğru açılmıyor yukarıyor doğru ve menüyü ortalayarak açılıyor. Programcılık bilgisine sahip olmadığım için bir şey yapamıyorum ve bu konuda yardımlarınızı rica ediyorum. Yardımlarnız için şimdiden teşekkürler...
<p> <font SIZE="1"></p>
<p><</font><font SIZE="1" COLOR="#800080">style</font><font SIZE="1">></p>
<p>BODY { font-family:verdana, arial, helvetica; font-size:70%; }</p>
<p>H1 { font-size:120%; font-style:italic; }</p>
<p>DIV#divMenuBar { background-color:#6699CC; }</p>
<p>TABLE#tblMenuBar TD { font-size:60%; color:white; padding:0px 5px 0px 5px;
cursor:default; }</p>
<p>TABLE#tblMenuBar TD.MenuMadde { font-weight:bold; cursor:hand; }</p>
<p>DIV.clsMenu { </p>
<p>font-size:90%; background-color:#6699CC; </p>
<p>position:absolute; visibility:hidden; width:130px; </p>
<p>padding:5px 5px 5px 8px; border-top:1 white solid; </p>
<p>}</p>
<p>DIV.clsMenu A { text-decoration:none; color:white; font-weight:bold; }</p>
<p>DIV.clsMenu A:hover { color:moccasin; }</p>
<p>BUTTON { font-family:tahoma; font-size:100%; }</p>
<p><</font><font SIZE="1" COLOR="#800080">/style</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">/head</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">body</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">table </font><font SIZE="1" COLOR="#ff0000">border="</font><font
SIZE="1" COLOR="#0000ff">1</font><font SIZE="1" COLOR="#ff0000">" width="</font><font
SIZE="1" COLOR="#0000ff">100%</font><font SIZE="1" COLOR="#ff0000">"</font><font
SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">tr</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">td </font><font SIZE="1" COLOR="#ff0000">width="</font><font
SIZE="1" COLOR="#0000ff">100%</font><font SIZE="1" COLOR="#ff0000">"</font><font
SIZE="1">> <</font><font SIZE="1" COLOR="#800080">/td</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">/tr</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">/table</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">table </font><font SIZE="1" COLOR="#ff0000">border="</font><font
SIZE="1" COLOR="#0000ff">1</font><font SIZE="1" COLOR="#ff0000">" width="</font><font
SIZE="1" COLOR="#0000ff">100%</font><font SIZE="1" COLOR="#ff0000">"</font><font
SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">tr</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">td </font><font SIZE="1" COLOR="#ff0000">width="</font><font
SIZE="1" COLOR="#0000ff">100%</font><font SIZE="1" COLOR="#ff0000">"</font><font
SIZE="1">> <</font><font SIZE="1" COLOR="#800080">/td</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">/tr</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">tr</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">td </font><font SIZE="1" COLOR="#ff0000">width="</font><font
SIZE="1" COLOR="#0000ff">100%</font><font SIZE="1" COLOR="#ff0000">"</font><font
SIZE="1">> <</font><font SIZE="1" COLOR="#800080">/td</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">/tr</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">tr</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">td </font><font SIZE="1" COLOR="#ff0000">width="</font><font
SIZE="1" COLOR="#0000ff">100%</font><font SIZE="1" COLOR="#ff0000">"</font><font
SIZE="1">><</font><font SIZE="1" COLOR="#800080">script </font><font SIZE="1"
COLOR="#ff0000">LANGUAGE="</font><font SIZE="1" COLOR="#0000ff">Javascript</font><font
SIZE="1" COLOR="#ff0000">"</font><font SIZE="1">></p>
<p>var eOpenMenu = null;</p>
<p>function OpenMenu(eSrc,eMenu)</p>
<p>{</p>
<p>eMenu.style.left = eSrc.offsetLeft + divMenuBar.offsetLeft;</p>
<p>eMenu.style.top = divMenuBar.offsetHeight + divMenuBar.offsetTop;</p>
<p>eMenu.style.visibility = "visible";</p>
<p>eOpenMenu = eMenu;</p>
<p>}</p>
<p>function CloseMenu(eMenu)</p>
<p>{</p>
<p>eMenu.style.visibility = "hidden";</p>
<p>eOpenMenu = null;</p>
<p>}</p>
<p>function document.onmouseover()</p>
<p>{</p>
<p>var eSrc = window.event.srcElement;</p>
<p>if ("MenuMadde" == eSrc.className)</p>
<p>{</p>
<p>eSrc.style.color = "moccasin"; </p>
<p>var eMenu =
document.all[eSrc.id.replace("tdMenuBarItem","divMenu")];</p>
<p>if (eOpenMenu && eOpenMenu != eMenu) </p>
<p>{</p>
<p>CloseMenu(eOpenMenu);</p>
<p>}</p>
<p>if (eMenu) </p>
<p>{</p>
<p>OpenMenu(eSrc,eMenu);</p>
<p>}</p>
<p>}</p>
<p>else if (eOpenMenu && !eOpenMenu.contains(eSrc) &&
!divMenuBar.contains(eSrc)) </p>
<p>{</p>
<p>CloseMenu(eOpenMenu);</p>
<p>}</p>
<p>}</p>
<p>function document.onmouseout()</p>
<p>{</p>
<p>var eSrc = window.event.srcElement;</p>
<p>if ("MenuMadde" == eSrc.className)</p>
<p>{</p>
<p>eSrc.style.color = ""; </p>
<p>}</p>
<p>} </p>
<p><</font><font SIZE="1" COLOR="#800080">/script</font><font SIZE="1">> <</font><font
SIZE="1" COLOR="#800080">div </font><font SIZE="1" COLOR="#ff0000">ID="</font><font
SIZE="1" COLOR="#0000ff">divMenuBar</font><font SIZE="1" COLOR="#ff0000">"</font><font
SIZE="1">><</font><font SIZE="1" COLOR="#800080">table</font><font SIZE="1"
COLOR="#ff0000"></p>
<p>ID="</font><font SIZE="1" COLOR="#0000ff">tblMenuBar</font><font SIZE="1"
COLOR="#ff0000">" BORDER="</font><font SIZE="1" COLOR="#0000ff">0</font><font
SIZE="1" COLOR="#ff0000">"</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">tr</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">td </font><font SIZE="1" COLOR="#ff0000">CLASS="</font><font
SIZE="1" COLOR="#0000ff">MenuMadde</font><font SIZE="1" COLOR="#ff0000">" ID="</font><font
SIZE="1" COLOR="#0000ff">tdMenuBarItem01</font><font SIZE="1" COLOR="#ff0000">"</font><font
SIZE="1">>MENÜ MADDE 01<</font><font SIZE="1" COLOR="#800080">/td</font><font
SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">td</font><font SIZE="1">>|<</font><font
SIZE="1" COLOR="#800080">/td</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">td </font><font SIZE="1" COLOR="#ff0000">CLASS="</font><font
SIZE="1" COLOR="#0000ff">MenuMadde</font><font SIZE="1" COLOR="#ff0000">" ID="</font><font
SIZE="1" COLOR="#0000ff">tdMenuBarItem02</font><font SIZE="1" COLOR="#ff0000">"</font><font
SIZE="1">>MENÜ MADDE 02<</font><font SIZE="1" COLOR="#800080">/td</font><font
SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">td</font><font SIZE="1">>|<</font><font
SIZE="1" COLOR="#800080">/td</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">td </font><font SIZE="1" COLOR="#ff0000">CLASS="</font><font
SIZE="1" COLOR="#0000ff">MenuMadde</font><font SIZE="1" COLOR="#ff0000">" ID="</font><font
SIZE="1" COLOR="#0000ff">tdMenuBarItem03</font><font SIZE="1" COLOR="#ff0000">"</font><font
SIZE="1">>MENÜ MADDE 03<</font><font SIZE="1" COLOR="#800080">/td</font><font
SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">/tr</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">/table</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">/div</font><font SIZE="1">><</font><font
SIZE="1" COLOR="#800080">div </font><font SIZE="1" COLOR="#ff0000">CLASS="</font><font
SIZE="1" COLOR="#0000ff">clsMenu</font><font SIZE="1" COLOR="#ff0000">" ID="</font><font
SIZE="1" COLOR="#0000ff">divMenu01</font><font SIZE="1" COLOR="#ff0000">"</font><font
SIZE="1">><</font><font SIZE="1" COLOR="#800080">div </font><font SIZE="1"
COLOR="#ff0000">CLASS="</font><font SIZE="1" COLOR="#0000ff">clsMenuAra</font><font
SIZE="1" COLOR="#ff0000">"</font><font SIZE="1">><</font><font SIZE="1"
COLOR="#800080">/div</font><font SIZE="1">><</font><font SIZE="1" COLOR="#800080">div</font><font
SIZE="1">><</font><font SIZE="1" COLOR="#800080">a</font><font SIZE="1"
COLOR="#ff0000"></p>
<p>TARGET="</font><font SIZE="1" COLOR="#0000ff">_new</font><font SIZE="1"
COLOR="#ff0000">" HREF="</font><font SIZE="1" COLOR="#0000ff">01.asp</font><font
SIZE="1" COLOR="#ff0000">"</font><font SIZE="1">><</font><font SIZE="1"
COLOR="#800080">p</font><font SIZE="1">>Madde 01<</font><font SIZE="1"
COLOR="#800080">/a</font><font SIZE="1">><</font><font SIZE="1" COLOR="#800080">/p</font><font
SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">/div</font><font SIZE="1">><</font><font
SIZE="1" COLOR="#800080">div</font><font SIZE="1">><</font><font SIZE="1"
COLOR="#800080">a </font><font SIZE="1" COLOR="#ff0000">TARGET="</font><font SIZE="1"
COLOR="#0000ff">_new</font><font SIZE="1" COLOR="#ff0000">" HREF="</font><font
SIZE="1" COLOR="#0000ff">02.asp</font><font SIZE="1" COLOR="#ff0000">"</font><font
SIZE="1">><</font><font SIZE="1" COLOR="#800080">p</font><font SIZE="1">>Madde
02<</font><font SIZE="1" COLOR="#800080">/a</font><font SIZE="1">><</font><font
SIZE="1" COLOR="#800080">/p</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">/div</font><font SIZE="1">><</font><font
SIZE="1" COLOR="#800080">div</font><font SIZE="1">><</font><font SIZE="1"
COLOR="#800080">a </font><font SIZE="1" COLOR="#ff0000">TARGET="</font><font SIZE="1"
COLOR="#0000ff">_new</font><font SIZE="1" COLOR="#ff0000">" HREF="</font><font
SIZE="1" COLOR="#0000ff">03.asp</font><font SIZE="1" COLOR="#ff0000">"</font><font
SIZE="1">><</font><font SIZE="1" COLOR="#800080">p</font><font SIZE="1">>Madde
03<</font><font SIZE="1" COLOR="#800080">/a</font><font SIZE="1">><</font><font
SIZE="1" COLOR="#800080">/p</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">/div</font><font SIZE="1">><</font><font
SIZE="1" COLOR="#800080">div</font><font SIZE="1">><</font><font SIZE="1"
COLOR="#800080">a </font><font SIZE="1" COLOR="#ff0000">TARGET="</font><font SIZE="1"
COLOR="#0000ff">_new</font><font SIZE="1" COLOR="#ff0000">" HREF="</font><font
SIZE="1" COLOR="#0000ff">04.asp</font><font SIZE="1" COLOR="#ff0000">"</font><font
SIZE="1">><</font><font SIZE="1" COLOR="#800080">p</font><font SIZE="1">>Madde
04<</font><font SIZE="1" COLOR="#800080">/a</font><font SIZE="1">><</font><font
SIZE="1" COLOR="#800080">/p</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">/div</font><font SIZE="1">><</font><font
SIZE="1" COLOR="#800080">div</font><font SIZE="1">><</font><font SIZE="1"
COLOR="#800080">a </font><font SIZE="1" COLOR="#ff0000">TARGET="</font><font SIZE="1"
COLOR="#0000ff">_new</font><font SIZE="1" COLOR="#ff0000">" HREF="</font><font
SIZE="1" COLOR="#0000ff">05.asp</font><font SIZE="1" COLOR="#ff0000">"</font><font
SIZE="1">><</font><font SIZE="1" COLOR="#800080">p</font><font SIZE="1">>Madde
05<</font><font SIZE="1" COLOR="#800080">/a</font><font SIZE="1">><</font><font
SIZE="1" COLOR="#800080">/p</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">/div</font><font SIZE="1">><</font><font
SIZE="1" COLOR="#800080">/div</font><font SIZE="1">><</font><font SIZE="1"
COLOR="#800080">div </font><font SIZE="1" COLOR="#ff0000">CLASS="</font><font
SIZE="1" COLOR="#0000ff">clsMenu</font><font SIZE="1" COLOR="#ff0000">" ID="</font><font
SIZE="1" COLOR="#0000ff">divMenu02</font><font SIZE="1" COLOR="#ff0000">"</font><font
SIZE="1">><</font><font SIZE="1" COLOR="#800080">div </font><font SIZE="1"
COLOR="#ff0000">CLASS="</font><font SIZE="1" COLOR="#0000ff">clsMenuAra</font><font
SIZE="1" COLOR="#ff0000">"</font><font SIZE="1">><</font><font SIZE="1"
COLOR="#800080">/div</font><font SIZE="1">><</font><font SIZE="1" COLOR="#800080">div</font><font
SIZE="1">><</font><font SIZE="1" COLOR="#800080">a</font><font SIZE="1"
COLOR="#ff0000"></p>
<p>TARGET="</font><font SIZE="1" COLOR="#0000ff">_new</font><font SIZE="1"
COLOR="#ff0000">" HREF="</font><font SIZE="1" COLOR="#0000ff">11.asp</font><font
SIZE="1" COLOR="#ff0000">"</font><font SIZE="1">><</font><font SIZE="1"
COLOR="#800080">p</font><font SIZE="1">>Madde 01<</font><font SIZE="1"
COLOR="#800080">/a</font><font SIZE="1">><</font><font SIZE="1" COLOR="#800080">/p</font><font
SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">/div</font><font SIZE="1">><</font><font
SIZE="1" COLOR="#800080">div</font><font SIZE="1">><</font><font SIZE="1"
COLOR="#800080">a </font><font SIZE="1" COLOR="#ff0000">TARGET="</font><font SIZE="1"
COLOR="#0000ff">_new</font><font SIZE="1" COLOR="#ff0000">" HREF="</font><font
SIZE="1" COLOR="#0000ff">12.asp</font><font SIZE="1" COLOR="#ff0000">"</font><font
SIZE="1">><</font><font SIZE="1" COLOR="#800080">p</font><font SIZE="1">>Madde
02<</font><font SIZE="1" COLOR="#800080">/a</font><font SIZE="1">><</font><font
SIZE="1" COLOR="#800080">/p</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">/div</font><font SIZE="1">><</font><font
SIZE="1" COLOR="#800080">div</font><font SIZE="1">><</font><font SIZE="1"
COLOR="#800080">a </font><font SIZE="1" COLOR="#ff0000">TARGET="</font><font SIZE="1"
COLOR="#0000ff">_new</font><font SIZE="1" COLOR="#ff0000">" HREF="</font><font
SIZE="1" COLOR="#0000ff">13.asp</font><font SIZE="1" COLOR="#ff0000">"</font><font
SIZE="1">><</font><font SIZE="1" COLOR="#800080">p</font><font SIZE="1">>Madde
03<</font><font SIZE="1" COLOR="#800080">/a</font><font SIZE="1">><</font><font
SIZE="1" COLOR="#800080">/p</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">/div</font><font SIZE="1">><</font><font
SIZE="1" COLOR="#800080">div</font><font SIZE="1">><</font><font SIZE="1"
COLOR="#800080">a </font><font SIZE="1" COLOR="#ff0000">TARGET="</font><font SIZE="1"
COLOR="#0000ff">_new</font><font SIZE="1" COLOR="#ff0000">" HREF="</font><font
SIZE="1" COLOR="#0000ff">14.asp</font><font SIZE="1" COLOR="#ff0000">"</font><font
SIZE="1">><</font><font SIZE="1" COLOR="#800080">p</font><font SIZE="1">>Madde
04<</font><font SIZE="1" COLOR="#800080">/a</font><font SIZE="1">><</font><font
SIZE="1" COLOR="#800080">/p</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">/div</font><font SIZE="1">><</font><font
SIZE="1" COLOR="#800080">div</font><font SIZE="1">><</font><font SIZE="1"
COLOR="#800080">a </font><font SIZE="1" COLOR="#ff0000">TARGET="</font><font SIZE="1"
COLOR="#0000ff">_new</font><font SIZE="1" COLOR="#ff0000">" HREF="</font><font
SIZE="1" COLOR="#0000ff">15.asp</font><font SIZE="1" COLOR="#ff0000">"</font><font
SIZE="1">><</font><font SIZE="1" COLOR="#800080">p</font><font SIZE="1">>Madde
05<</font><font SIZE="1" COLOR="#800080">/a</font><font SIZE="1">><</font><font
SIZE="1" COLOR="#800080">/p</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">/div</font><font SIZE="1">><</font><font
SIZE="1" COLOR="#800080">/div</font><font SIZE="1">><</font><font SIZE="1"
COLOR="#800080">div </font><font SIZE="1" COLOR="#ff0000">CLASS="</font><font
SIZE="1" COLOR="#0000ff">clsMenu</font><font SIZE="1" COLOR="#ff0000">" ID="</font><font
SIZE="1" COLOR="#0000ff">divMenu03</font><font SIZE="1" COLOR="#ff0000">"</font><font
SIZE="1">><</font><font SIZE="1" COLOR="#800080">div </font><font SIZE="1"
COLOR="#ff0000">CLASS="</font><font SIZE="1" COLOR="#0000ff">clsMenuAra</font><font
SIZE="1" COLOR="#ff0000">"</font><font SIZE="1">><</font><font SIZE="1"
COLOR="#800080">/div</font><font SIZE="1">><</font><font SIZE="1" COLOR="#800080">div</font><font
SIZE="1">><</font><font SIZE="1" COLOR="#800080">a</font><font SIZE="1"
COLOR="#ff0000"></p>
<p>TARGET="</font><font SIZE="1" COLOR="#0000ff">_new</font><font SIZE="1"
COLOR="#ff0000">" HREF="</font><font SIZE="1" COLOR="#0000ff">21.asp</font><font
SIZE="1" COLOR="#ff0000">"</font><font SIZE="1">><</font><font SIZE="1"
COLOR="#800080">p</font><font SIZE="1">>Madde 01<</font><font SIZE="1"
COLOR="#800080">/a</font><font SIZE="1">><</font><font SIZE="1" COLOR="#800080">/p</font><font
SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">/div</font><font SIZE="1">><</font><font
SIZE="1" COLOR="#800080">div</font><font SIZE="1">><</font><font SIZE="1"
COLOR="#800080">a </font><font SIZE="1" COLOR="#ff0000">TARGET="</font><font SIZE="1"
COLOR="#0000ff">_new</font><font SIZE="1" COLOR="#ff0000">" HREF="</font><font
SIZE="1" COLOR="#0000ff">22.asp</font><font SIZE="1" COLOR="#ff0000">"</font><font
SIZE="1">><</font><font SIZE="1" COLOR="#800080">p</font><font SIZE="1">>Madde
02<</font><font SIZE="1" COLOR="#800080">/a</font><font SIZE="1">><</font><font
SIZE="1" COLOR="#800080">/p</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">/div</font><font SIZE="1">><</font><font
SIZE="1" COLOR="#800080">div</font><font SIZE="1">><</font><font SIZE="1"
COLOR="#800080">a </font><font SIZE="1" COLOR="#ff0000">TARGET="</font><font SIZE="1"
COLOR="#0000ff">_new</font><font SIZE="1" COLOR="#ff0000">" HREF="</font><font
SIZE="1" COLOR="#0000ff">23.asp</font><font SIZE="1" COLOR="#ff0000">"</font><font
SIZE="1">><</font><font SIZE="1" COLOR="#800080">p</font><font SIZE="1">>Madde
03<</font><font SIZE="1" COLOR="#800080">/a</font><font SIZE="1">><</font><font
SIZE="1" COLOR="#800080">/p</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">/div</font><font SIZE="1">><</font><font
SIZE="1" COLOR="#800080">div</font><font SIZE="1">><</font><font SIZE="1"
COLOR="#800080">a </font><font SIZE="1" COLOR="#ff0000">TARGET="</font><font SIZE="1"
COLOR="#0000ff">_new</font><font SIZE="1" COLOR="#ff0000">" HREF="</font><font
SIZE="1" COLOR="#0000ff">24.asp</font><font SIZE="1" COLOR="#ff0000">"</font><font
SIZE="1">><</font><font SIZE="1" COLOR="#800080">p</font><font SIZE="1">>Madde
04<</font><font SIZE="1" COLOR="#800080">/a</font><font SIZE="1">><</font><font
SIZE="1" COLOR="#800080">/p</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">/div</font><font SIZE="1">><</font><font
SIZE="1" COLOR="#800080">div</font><font SIZE="1">><</font><font SIZE="1"
COLOR="#800080">a </font><font SIZE="1" COLOR="#ff0000">TARGET="</font><font SIZE="1"
COLOR="#0000ff">_new</font><font SIZE="1" COLOR="#ff0000">" HREF="</font><font
SIZE="1" COLOR="#0000ff">25.asp</font><font SIZE="1" COLOR="#ff0000">"</font><font
SIZE="1">><</font><font SIZE="1" COLOR="#800080">p</font><font SIZE="1">>Madde
05<</font><font SIZE="1" COLOR="#800080">/a</font><font SIZE="1">><</font><font
SIZE="1" COLOR="#800080">/p</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">/div</font><font SIZE="1">><</font><font
SIZE="1" COLOR="#800080">/div</font><font SIZE="1">><</font><font SIZE="1"
COLOR="#800080">/td</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">/tr</font><font SIZE="1">></p>
<p><</font><font SIZE="1" COLOR="#800080">/table</font><font SIZE="1">></font></p>
DH forumlarında vakit geçirmekten keyif alıyor gibisin ancak giriş yapmadığını görüyoruz.
Üye Ol Şimdi DeğilÜye olduğunda özel mesaj gönderebilir, beğendiğin konuları favorilerine ekleyip takibe alabilir ve daha önce gezdiğin konulara hızlıca erişebilirsin.