Forum'da ara:
Ara


Yazar Mesaj
Mesaj18.11.2011, 19:24 (UTC)    
Mesaj konusu: Açma kapama menü kodu verirmisiniz :(

Arkadaşlar bana şöyle bir menü kodu Lazım. dikey olucak birkere... mesela bir şey yazıo. attım Araba üstüne gelince altında alt sayfaları çıkacak. Ama arabalar yazısına tıklanmayacak. Üstüne gelince alt sayfaları açılacak sadecce. Böyle bir menü kodu verirmisiniz Lütfen
Mesaj18.11.2011, 19:40 (UTC)    
Mesaj konusu: Re: Açma kapama menü kodu verirmisiniz :(

gtasanandreashakkinda yazmış:
Arkadaşlar bana şöyle bir menü kodu Lazım. dikey olucak birkere... mesela bir şey yazıo. attım Araba üstüne gelince altında alt sayfaları çıkacak. Ama arabalar yazısına tıklanmayacak. Üstüne gelince alt sayfaları açılacak sadecce. Böyle bir menü kodu verirmisiniz Lütfen

İstediğiniz o tarz menü tab menü ile yapılabilir.Tab menü için google girip arama yapın.
Mesaj18.11.2011, 19:46 (UTC)    
Mesaj konusu:

birşey bulamadım
Mesaj19.11.2011, 08:50 (UTC)    
Mesaj konusu:

Arkadaşlar yardım edin Sad Birtürlü bulamadım
Mesaj19.11.2011, 13:56 (UTC)    
Mesaj konusu:

gtasanandreashakkinda yazmış:
Arkadaşlar yardım edin Sad Birtürlü bulamadım


Kod:
<select name="menu">
<option selected="" value="index.html">Kısa Yoldan Git </option>
<option value="http://bedavasitepaylasim.tr.gg">Anasayfa</option>
<option value="http://bedavasitepaylasim.tr.gg/Html-Kodlar%26%23305%3B.htm">Html Kodları</option>
<option value="http://bedavasitepaylasim.tr.gg/%26%23304%3Bceblue-Tasar%26%23305%3Bmlar.htm">İceblue Tasarımlar</option>
<option value="http://bedavasitepaylasim.tr.gg/Css-Tasar%26%23305%3Bmlar.htm">Css Tasarımlar </option>
</select> <input type="BUTTON" value="Tıkla Işınlan" onclick="document.location.href =
this.form.menu.options[this.form.menu.selectedIndex].value" />


İyi Forumlar
Mesaj19.11.2011, 13:57 (UTC)    
Mesaj konusu:

Menüler Bölümü Vardı Sanki Oradan Araştırırsan Güzel menüler Bulabilirsin
Mesaj19.11.2011, 16:55 (UTC)    
Mesaj konusu:

Yahu öyle değil Very HappyVery Happy normal sol menüde sayfalar yazacak. Üstüne gelince sayfaların altında alt sayfası açılacak. o sayfaya tıklaynamacak ama.
Mesaj20.11.2011, 17:48 (UTC)    
Mesaj konusu:

http://www.flashvortex.com/menus.php

buraya bir bak bakalım.
Mesaj21.11.2011, 08:13 (UTC)    
Mesaj konusu: Re: Açma kapama menü kodu verirmisiniz :(

gtasanandreashakkinda yazmış:
Arkadaşlar bana şöyle bir menü kodu Lazım. dikey olucak birkere... mesela bir şey yazıo. attım Araba üstüne gelince altında alt sayfaları çıkacak. Ama arabalar yazısına tıklanmayacak. Üstüne gelince alt sayfaları açılacak sadecce. Böyle bir menü kodu verirmisiniz Lütfen

Kod:
<!--Kaynak kodbanks.tr.gg- ustune gel menu açılsın kodu basla-->
<p><script>
    parentSayisi = 0;
    sol = 0;
    ust = 0;
    tmpAcilim = false;
    tmpDivGoster = "";

    function parentSay(nesne) {
        if(!tmpAcilim) {
            if(typeof(nesne)=="object") {
                try {
                    parentSayisi += 1
                    if(!isNaN(nesne.offsetLeft)) {
                        sol += parseInt(nesne.offsetLeft)
                        ust += parseInt(nesne.offsetTop)
                    }
                    parentSay(nesne.offsetParent)
                } catch(e) {}
            }
        }
    }

    function divGoster() {
        clearTimeout(tmpDivGoster)
        tmpAcilim=true
        var div = document.getElementById('Dene')
        div.style.position = "absolute";
        div.style.display = "block";
        div.style.left = sol+"px"
        div.style.top = ust+14+"px"
    }

    function divGizle() {
        tmpDivGoster = setTimeout("document.getElementById('Dene').style.display='none'; tmpAcilim=false; sol=0; ust=0",500)
    }

    function divGizle2(katmanAdi) {
        tmpDivGoster2 = setTimeout("document.getElementById('"+katmanAdi+"').style.display='none'",500)
    }
</script></p>
<div style="border-right: #000066 2px solid; padding-right: 4px; border-top: #000066 2px solid; padding-left: 12px; padding-bottom: 4px; font: bold 15px verdana; border-left: #000066 2px solid; width: 160px; color: #000066; padding-top: 2px; border-bottom: #000066 2px solid; height: 16px; background-color: #ffcc00; text-left: center"><a id="Text" onmouseover="parentSay(this);divGoster()" onmouseout="divGizle()" style="color: #000066" href="javascript:void(0);"><strong><font color="#000080" size="3">Men&uuml;</font></strong></a></div>
<div id="Dene" style="border-right: #000000 1px solid; border-top: #000000 1px solid; display: none; left: 0px; border-left: #000000 1px solid; width: 160px; border-bottom: #000000 1px solid; position: absolute; height: 185px">
<table bordercolor="#000066" cellspacing="0" cellpadding="0" width="160" border="1" onmouseover="divGoster()" onmouseout="divGizle()" style="font: bold 11px verdana; width: 160px; border-collapse: collapse; height: 155px">
    <tbody>
        <tr>
            <td align="left" onmouseover="this.style.backgroundColor='#ffff99';this.style.color='#0000ff'" onmouseout="this.style.backgroundColor='#ffff00';this.style.color='#000000'" onclick="location.href='http://kodbanks.tr.gg/'" style="padding-right: 2px; padding-left: 2px; padding-bottom: 2px; cursor: pointer; color: #ffff99; padding-top: 2px; background-color: #ffff99"><!--Kodbanks dikey menu kodu basla-->
            <p>&nbsp;</p>
            <div><a target="blank" onmouseover="this.style.fontWeight='bold';" onmouseout="this.style.fontWeight='normal';" style="font-weight: normal; face: Metro" href="http://www.kodbanks.tr.gg"><font face="Comic Sans MS" size="2">Anasayfa</font></a> <br />
            <a target="blank" onmouseover="this.style.fontWeight='bold';" onmouseout="this.style.fontWeight='normal';" style="font-weight: normal; face: Metro" href="http://www.kodbanks.tr.gg"><font face="Comic Sans MS" size="2">Test-Link</font></a> <br />
            <a target="blank" onmouseover="this.style.fontWeight='bold';" onmouseout="this.style.fontWeight='normal';" style="font-weight: normal; face: Metro" href="http://www.kodbanks.tr.gg"><font face="Comic Sans MS" size="2">Test-Link</font></a> <br />
            <a target="blank" onmouseover="this.style.fontWeight='bold';" onmouseout="this.style.fontWeight='normal';" style="font-weight: normal; face: Metro" href="http://www.kodbanks.tr.gg"><font face="Comic Sans MS" size="2">Test-Link</font></a> <br />
            <a target="blank" onmouseover="this.style.fontWeight='bold';" onmouseout="this.style.fontWeight='normal';" style="font-weight: normal; face: Metro" href="http://www.kodbanks.tr.gg"><font face="Comic Sans MS" size="2">Test-Link</font></a> <br />
            <a target="blank" onmouseover="this.style.fontWeight='bold';" onmouseout="this.style.fontWeight='normal';" style="font-weight: normal; face: Metro" href="http://www.kodbanks.tr.gg"><font face="Comic Sans MS" size="2">Test-Link</font></a><style type="text/css">
<!--
a{color:#000000;text-decoration:none;font:bold}
a:hover{color:#FF0000}
--></style></div>
   <p>&nbsp;</p>         
            <!--Kodbanks dikey menu kodu bitir--></td>
        </tr>
    </tbody>
</table>
<p>&nbsp;</p>
<!--Kaynak kodbanks.tr.gg-ustune gel menu açılsın kodu bitir-->
[/code]
______________
Mesaj27.11.2011, 08:54 (UTC)    
Mesaj konusu:

ya bu kod düzenleyince bozuluo Sad Açılmıo düzenleyince
Mesaj27.11.2011, 09:17 (UTC)    
Mesaj konusu:

Kod:
 <!--- KAYNAK: http://www.catlak-site55.tr.gg --->

 -----------------------------------------------------------------Tasarım Üstüne-------------------------------------------------------------

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>

<script type="text/javascript" src="http://catlaksite.iwoly.com/ddaccordion.js">
      
<script type="text/javascript" src="http://catlaksite.iwoly.com/hizli.js"></script>



<SCRIPT type=text/javascript>
      
      
      ddaccordion.init({
         headerclass: "submenuheader", //Shared CSS class name of headers group
         contentclass: "submenu", //Shared CSS class name of contents group
         revealtype: "click", //Reveal content when user clicks or onmouseover the header? Valid value: "click" or "mouseover
         collapseprev: true, //Collapse previous content (so only one open at any time)? true/false
         defaultexpanded: [], //index of content(s) open by default [index1, index2, etc] [] denotes no content
         onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed)
         animatedefault: false, //Should contents open by default be animated into view?
         persiststate: true, //persist state of opened contents within browser session?
         toggleclass: ["", ""], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
         togglehtml: ["suffix", "<img src='http://img.webme.com/pic/c/catlak-site55/plus.gif' class='statusicon' />", "<img src='http://img.webme.com/pic/c/catlak-site55/minus.gif' class='statusicon' />"], //Additional HTML added to the header when it's collapsed and expanded, respectively  ["position", "html1", "html2"] (see docs)
         animatespeed: "normal", //speed of animation: "fast", "normal", or "slow"
         oninit:function(headers, expandedindices){ //custom code to run when headers have initalized
            //do nothing
         },
         onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed
            //do nothing
         }
      })
      
      
      </SCRIPT>   
               
      

-------------------------------------------------------------Tasarım Üstü Bitiş---------------------------------------------------------------------------

----------------------------------------------------Menüyü Göstermek İstediginiz Yer----------------------------------------------------------

<div class="glossymenu"><a class="menuitem submenuheader" href="http://catlak-site55.tr.gg/#">ANA MENÜ</a>
               <div class="submenu">
               <ul>
                  
         <li><a href="BURAYA LİNK" ><b>SAYFA ADI</b></a></li>
<li><a href="BURAYA LİNK" ><b>SAYFA ADI</b></a></li>

<li><a href="BURAYA LİNK" ><b>SAYFA ADI</b></a></li>

<li><a href="BURAYA LİNK" ><b>SAYFA ADI</b></a></li>

<li><a href="BURAYA LİNK" ><b>SAYFA ADI</b></a></li>


               </ul>
               </div>
               
        <a class="menuitem submenuheader" href="#">BURAYA MENÜ ADI</a>
               <div class="submenu"><ul>
            
<li><a href="BURAYA LİNK" ><b>SAYFA ADI</b></a></li>

<li><a href="BURAYA LİNK" ><b>SAYFA ADI</b></a></li>

<li><a href="BURAYA LİNK" ><b>SAYFA ADI</b></a></li>



         
         </ul>
               </div> <a class="menuitem submenuheader" href="#">BURAYA MENÜ ADI</a>
               <div class="submenu"><ul>
            
<li><a href="BURAYA LİNK" ><b>SAYFA ADI</b></a></li>

<li><a href="BURAYA LİNK" title="Fotoğraflar" ><b>SAYFA ADI</b></a></li>

<li><a href="BURAYA LİNK" ><b>SAYFA ADI</b></a></li>



         
         </ul>
               </div> <a class="menuitem submenuheader" href="#">BURAYA MENÜ ADI</a>
               <div class="submenu"><ul>
            
<li><a href="BURAYA LİNK" ><b>SAYFA ADI</b></a></li>

<li><a href="BURAYA LİNK" ><b>SAYFA ADI</b></a></li>

<li><a href="BURAYA LİNK" ><b>SAYFA ADI</b></a></li>



         
         </ul>
               </div>
   <a class="menuitem"href="BURAYA LİNK">SAYFA ADI</a>
    <a 
   <a class="menuitem"href="BURAYA LİNK">SAYFA ADI</a>
   
   <a class="menuitem"href="BURAYA LİNK">SAYFA ADI</a>
   
   
        </div>


--------------------------------------------------Menüyü Göstermek İstediginiz Yer Bitiş--------------------------------------------------



-----------------------------------------------------------------Css Kodu--------------------------------------------------------------------------------
.glossymenu {
   PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; WIDTH: 180px; PADDING-TOP: 0px;
}
.glossymenu A.menuitem {
   PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 10px; FONT-SIZE: 12px; BACKGROUND: url(http://img.webme.com/pic/c/catlak-site55/glossyback.jpg) black repeat-x left bottom; PADDING-BOTTOM: 5px; WIDTH: auto; COLOR: #000000; PADDING-TOP: 5px; POSITION: relative; TEXT-DECORATION: none
}
.glossymenu A.menuitem:visited {
   COLOR: #000000
}
.glossymenu .menuitem:active {
   COLOR: #000000
}
.glossymenu A.menuitem .statusicon {
   RIGHT: 5px; BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; POSITION: absolute; TOP: 5px; BORDER-BOTTOM-STYLE: none
}
.glossymenu A.menuitem:hover {
   BACKGROUND-IMAGE: url(http://img.webme.com/pic/c/catlak-site55/glossyback2.jpg)
}
.glossymenu DIV.submenu {
   BACKGROUND: white
}
.glossymenu DIV.submenu UL {
   PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
.glossymenu DIV.submenu UL LI {
   BORDER-BOTTOM: #cccccc 1px solid
}
.glossymenu DIV.submenu UL LI A {
   PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 10px; FONT-SIZE: 11px; PADDING-BOTTOM: 7px; COLOR: black; PADDING-TOP: 7px; TEXT-DECORATION: none
}
.glossymenu DIV.submenu UL LI A:hover {
   BACKGROUND: #eeeeee; colorz: white
}


----------------------------------------------------------------Css Kodu Bitiş-----------------------------------------------------------
Kod:
<!--- KAYNAK: http://www.catlak-site55.tr.gg --->
 -----------------------------------------------------------------Tasarım Üstüne-------------------------------------------------------------

                <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>

<script type="text/javascript" src="http://catlaksite.iwoly.com/ddaccordion.js">


/***********************************************
* Bu Menü Catlak-site55 Tarafından Düzenlenmiştir *
***********************************************/
</script><script type="text/javascript">

ddaccordion.init({
    headerclass: "expandable", //Shared CSS class name of headers group that are expandable
    contentclass: "categoryitems", //Shared CSS class name of contents group
    revealtype: "click", //Reveal content when user clicks or onmouseover the header? Valid value: "click", "clickgo", or "mouseover"
    mouseoverdelay: 200, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover
    collapseprev: true, //Collapse previous content (so only one open at any time)? true/false
    defaultexpanded: [0], //index of content(s) open by default [index1, index2, etc]. [] denotes no content
    onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed)
    animatedefault: false, //Should contents open by default be animated into view?
    persiststate: true, //persist state of opened contents within browser session?
    toggleclass: ["", "openheader"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
    togglehtml: ["prefix", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively  ["position", "html1", "html2"] (see docs)
    animatespeed: "fast", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow"
    oninit:function(headers, expandedindices){ //custom code to run when headers have initalized
        //do nothing
    },
    onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed
        //do nothing
    }
})

</script>


      

-------------------------------------------------------------Tasarım Üstü Bitiş---------------------------------------------------------------------------

----------------------------------------------------Menüyü Göstermek İstediginiz Yer----------------------------------------------------------

   
<div class="arrowlistmenu">

<h3 class="menuheader expandable">BURAYA MENÜ ADI</h3>
<ul class="categoryitems">
<li><a href="LİNK">Buraya Sayfa Adı</a></li>
<li><a href="LİNK">Buraya Sayfa Adı</a></li>
<li><a href="LİNK">Buraya Sayfa Adı</a></li>
<li><a href="LİNK">Buraya Sayfa Adı</a></li>
<li><a href="LİNK">Buraya Sayfa Adı</a></li>
<li><a href="LİNK">Buraya Sayfa Adı</a></li>
</ul>

<h3 class="menuheader expandable">BURAYA MENÜ ADI</h3>
<ul class="categoryitems">
<li><a href="LİNK">Buraya Sayfa Adı</a></li>
<li><a href="LİNK">Buraya Sayfa Adı</a></li>
<li><a href="LİNK">Buraya Sayfa Adı</a></li>
<li><a href="LİNK">Buraya Sayfa Adı</a></li>
<li><a href="LİNK">Buraya Sayfa Adı</a></li>
<li><a href="LİNK">Buraya Sayfa Adı</a></li>
</ul>

<h3 class="menuheader expandable">BURAYA MENÜ ADI</h3>
<ul class="categoryitems">
<li><a href="LİNK">Buraya Sayfa Adı</a></li>
<li><a href="LİNK">Buraya Sayfa Adı</a></li>
<li><a href="LİNK">Buraya Sayfa Adı</a></li>
<li><a href="LİNK">Buraya Sayfa Adı</a></li>
<li><a href="LİNK">Buraya Sayfa Adı</a></li>
<li><a href="LİNK">Buraya Sayfa Adı</a></li>
</ul>

</div>



--------------------------------------------------Menüyü Göstermek İstediginiz Yer Bitiş--------------------------------------------------



-----------------------------------------------------------------Css Kodu--------------------------------------------------------------------------------
.arrowlistmenu{
width: 194px;
}

.arrowlistmenu .menuheader{
font: bold 14px Arial;
color: white;
background: black url(http://img.webme.com/pic/c/catlak-site55/titlebar.png) repeat-x center left;
margin-bottom: 10px;
text-transform: uppercase;
padding: 4px 0 4px 4px;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{
background-image: url(http://img.webme.com/pic/c/catlak-site55/titlebar-active.png);
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px;
}

.arrowlistmenu ul li{
padding-bottom: 2px;
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(http://img.webme.com/pic/c/catlak-site55/arrowbullet.png) no-repeat center left;
display: block;
padding: 2px 0;
padding-left: 19px;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{
color: white;
background-color: black;
}


----------------------------------------------------------------Css Kodu Bitiş-----------------------------------------------------------


Daha fazlası için catlak-site55 'e gire bilirsin orda var
Mesaj27.11.2011, 09:56 (UTC)    
Mesaj konusu:

o siteyi biliyorum... aldığım kodlar renksiz oluor. Rengini nasıl değiştiricem bu kodların ??
Mesaj27.11.2011, 10:11 (UTC)    
Mesaj konusu:

genellikle ordaki kodlarda renk yok resim var resmin urlsini bulup değiştir upload et yeni resmin urlsini koy
Mesaj27.11.2011, 10:22 (UTC)    
Mesaj konusu:

ya o siteden başka aldığım bir menü kodu var. baksana sitede rengarek.

o sitede rengarek. ben denedim.

http://aaaaasssssaaaaa.tr.gg/

fotoğraflara baktım. sitede rengarek dedimye. O fotoğraflar.

bende böyle ama.
Mesaj27.11.2011, 14:47 (UTC)    
Mesaj konusu:

YARDIMM Sad
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu