www.naszeskrypty.fora.pl - witaj! Zaloguj się, by sprawdzić wiadomości.
Forum www.naszeskrypty.fora.pl Strona Główna                    FAQ
                Szukaj
             Użytkownicy
          Grupy
       Galerie
    Rejestracja
Zaloguj
Super skrypt na zozwijające sie menu
 
Napisz nowy temat   Odpowiedz do tematu    Forum www.naszeskrypty.fora.pl Strona Główna -> Skrypty na menu
Zobacz poprzedni temat :: Zobacz następny temat  
Autor Wiadomość
webmaster
_________________
PostWysłany: Śro 20:30, 13 Lut 2008
_________________


Dołączył: 09 Lut 2008

Posty: 77
Przeczytał: 0 tematów

Pomógł: 20 razy
Ostrzeżeń: 0/5

Super skrypt:
Kod:

      </script>
    <style type="text/css">
    /* Script modified by Kyokun */
    .menutitle{
    cursor:pointer;
    margin-bottom:5px;
    background-color:#ECECFF;
    color:#000000;
    width:140px;
    padding:2px;
    text-align:center;
    font-weight:bold;
    border:1px solid #000000;
    }
    .submenu{
    margin-bottom: 0.5em;
    }
    </style>
    <script type="text/javascript">
    var persistmenu="tes"
    var persisttype="sitewide"
    if (document.getElementById){
    document.write('<style type="text/css">\n')
    document.write('.submenu{display: none;}\n')
    document.write('</style>\n')
    }
    function SwitchMenu(obj){
        if(document.getElementById){
        var el = document.getElementById(obj);
        var ar = document.getElementById("masterdiv").getElementsByTagName("span");
            if(el.style.display != "block"){
                for (var i=0; i<ar.length; i++){
                    if (ar[i].className=="submenu")
                    ar[i].style.display = "none";
                }
                el.style.display = "block";
            }else{
                el.style.display = "none";
            }
        }
    }
    function get_cookie(Name) {
    var search = Name + "="
    var returnvalue = "";
    if (document.cookie.length > 0) {
    offset = document.cookie.indexOf(search)
    if (offset != -1) {
    offset += search.length
    end = document.cookie.indexOf(";", offset);
    if (end == -1) end = document.cookie.length;
    returnvalue=unescape(document.cookie.substring(offset, end))
    }
    }
    return returnvalue;
    }
    function onloadfunction(){
    if (persistmenu=="yes"){
    var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
    var cookievalue=get_cookie(cookiename)
    if (cookievalue!="")
    document.getElementById(cookievalue).style.display="block"
    }
    }
    function savemenustate(){
    var inc=1, blockid=""
    while (document.getElementById("sub"+inc)){
    if (document.getElementById("sub"+inc).style.display=="block"){
    blockid="sub"+inc
    break
    }
    inc++
    }
    var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
    var cookievalue=(persisttype=="sitewide")? blockid+";path=/" : blockid
    document.cookie=cookiename+"="+cookievalue
    }
    if (window.addEventListener)
    window.addEventListener("load", onloadfunction, false)
    else if (window.attachEvent)
    window.attachEvent("onload", onloadfunction)
    else if (document.getElementById)
    window.onload=onloadfunction
    if (persistmenu=="yes" && document.getElementById)
    window.onunload=savemenustate
    </script>
    <div id="masterdiv">
    <div class="menutitle" onclick="SwitchMenu('sub1')">Menu</div>
    <span class="submenu" id="sub1">
        - <a href="http://adres/" style="text-decoration: none; ">Link</a><br>
        - <a href="http://adres/" style="text-decoration: none; ">Link 2</a><br>
        - <a href="http://adres/" style="text-decoration: none; ">Link 3</a><br>
        - <a href="http://adres/" style="text-decoration: none; ">Link 4</a>
    </span>
    <div class="menutitle" onclick="SwitchMenu('sub2')">Menu 2</div>
    <span class="submenu" id="sub2">
        - <a href="http://adres/" style="text-decoration: none; ">Link</a><br>
        - <a href="http://adres/" style="text-decoration: none; ">Link 2</a><br>
        - <a href="http://adres/" style="text-decoration: none; ">Link 3</a><br>
        - <a href="http://adres/" style="text-decoration: none; ">Link 4</a>
    </span>
    <div class="menutitle" onclick="SwitchMenu('sub3')">Menu 3</div>
    <span class="submenu" id="sub3">
        - <a href="http://adres/" style="text-decoration: none; ">Link</a><br>
        - <a href="http://adres/" style="text-decoration: none; ">Link 2</a><br>
        - <a href="http://adres/" style="text-decoration: none; ">Link 3</a><br>
        - <a href="http://adres/" style="text-decoration: none; ">Link 4</a>
    </span>
    <div class="menutitle" onclick="SwitchMenu('sub4')">Menu 4</div>
    <span class="submenu" id="sub4">
        - <a href="http://adres/" style="text-decoration: none; ">Link</a><br>
        - <a href="http://adres/" style="text-decoration: none; ">Link 2</a><br>
        - <a href="http://adres/" style="text-decoration: none; ">Link 3</a><br>
        - <a href="http://adres/" style="text-decoration: none; ">Link 4</a>
    </span>
    </div>



Post został pochwalony 4 razy

Ostatnio zmieniony przez webmaster dnia Śro 20:35, 13 Lut 2008, w całości zmieniany 1 raz
Zobacz profil autora
Wyświetl posty z ostatnich:   
Napisz nowy temat   Odpowiedz do tematu    Forum www.naszeskrypty.fora.pl Strona Główna -> Skrypty na menu Wszystkie czasy w strefie EET (Europa)
Strona 1 z 1

 
Skocz do:  
Nie możesz pisać nowych tematów
Nie możesz odpowiadać w tematach
Nie możesz zmieniać swoich postów
Nie możesz usuwać swoich postów
Nie możesz głosować w ankietach



fora.pl - załóż własne forum dyskusyjne za darmo


Programosy
Regulamin