Şimdi Ara

Yardım konusuydu ogsbilisim tarafından çözüldü

Bu Konudaki Kullanıcılar:
1 Misafir - 1 Masaüstü
5 sn
17
Cevap
0
Favori
745
Tıklama
Daha Fazla
İstatistik
  • Konu İstatistikleri Yükleniyor
Öne Çıkar
0 oy
Sayfa: 1
Giriş
Mesaj
  • Arkadaşlar ben daha önce tarayıcı açılış sayfası olarak amatörce BURADAKİ sayfayı yapmıştım şimdi bunu güncellemek için BURADAKİ örnek arama menülerinden birini kullanacağım.

     Yardım konusuydu ogsbilisim tarafından çözüldü

    Ancak menüde bir değişiklik yapmam lazım, eğer BURADAKİ bağlantıdan zip dosyasını indirip içinde benim kullanmak istediğim multimenu template sayfasındaki menüde değişikli yaparsanız çok memnun olurum.

    Sayfanın ilk hali böyle ;


     Yardım konusuydu ogsbilisim tarafından çözüldü


    ben bu şekle çevirmek istiyorum ama css koddan anlamadığım için beceremedim...


     Yardım konusuydu ogsbilisim tarafından çözüldü



    < Bu mesaj bu kişi tarafından değiştirildi Guest-6F17B5B5B -- 7 Eylül 2012; 22:55:39 >



    _____________________________
  • aslinda basit ama kodlar görün meyince edit olmuyor menünün ilk halinin kodlarını css ile birlikte koyar mısınız

    < Bu ileti mobil sürüm kullanılarak atıldı >
    _____________________________
    Steam ID: thetimelorddh | Social Club ID: AlperOZD | Atatürkçü. | English | PHP | Javascript | jQuery | C | Java | Android | İTÜ İnşaat Mühendisliği | SINCE 01.02.2012



    I am The Doctor. I always will be. But times change, and so must I... we all change. When you think about it, we are all different people, all through our lives and that's okay, that's good! You've gotta keep moving, so long as you remember all the people that you used to be. I will not forget one line of this, not one day. I swear. I will always remember when the doctor was me.
  • web kısmının üstüne gelince açılan yeni <ul> <li> taglarına float:left; vererek yan yana dizdirmiş yapan adam.

    sen alt alta getirmek istiyorsan float:left; i kaldırman lazım.aralarındaki boşluğuda margin-top:5px; olarak verirsen aynı görüntü oluşur.
    _____________________________
  • quote:

    Orijinalden alıntı: gokhanbey

    web kısmının üstüne gelince açılan yeni <ul> <li> taglarına float:left; vererek yan yana dizdirmiş yapan adam.

    sen alt alta getirmek istiyorsan float:left; i kaldırman lazım.aralarındaki boşluğuda margin-top:5px; olarak verirsen aynı görüntü oluşur.

    beyler gökhan hocanın değerini bilin daha yardımsever çıkmayabilir

    hocam menü yukardan açağı arkadaş yanyana sıralamak istiyor

    < Bu ileti mobil sürüm kullanılarak atıldı >
    _____________________________
    Steam ID: thetimelorddh | Social Club ID: AlperOZD | Atatürkçü. | English | PHP | Javascript | jQuery | C | Java | Android | İTÜ İnşaat Mühendisliği | SINCE 01.02.2012



    I am The Doctor. I always will be. But times change, and so must I... we all change. When you think about it, we are all different people, all through our lives and that's okay, that's good! You've gotta keep moving, so long as you remember all the people that you used to be. I will not forget one line of this, not one day. I swear. I will always remember when the doctor was me.
  • The Time Lord css kod aşağıda ilgin için teşekkürler.

    gokhanbey yok adam ikinci resimdeki gibi alt alta yapmış ben üçüncü resimdeki gibi yan yana yapmak istiyorum ilgin için teşekkürler.

    umarım olur

    sayfayı ve dosyalarını ayrıca buraya yükledim

    adam bana bu kodda #dropdown li ul { satırı altına display:inline; satırını eklersen olur demişti ama eklediğimde olmuyor ancak position: absolute; satırını iptal edersem menü o şekle bürünüyor bu seferde her şey birbirine giriyor

     
    /* ----- Search box style ----- */
    #multisearchForm, #multisearchFormIcon {
    font-family: Open Sans, Open Sans;
    font-size: 12px
    margin: 0px;
    padding: 0px;
    border: 1px solid #3366CC;
    display: inline-block;
    width: auto;
    height:32px;
    background-color: #FFFFFF;
    }

    .multisearchInput {
    font-family: Open Sans;
    font-size: 13px;
    padding: 0px 0px 0px 10px;
    border: 0px;
    outline:none;
    margin: 0px;
    vertical-align: top;
    height: 32px;
    display: inline-block;
    width: 200px;
    background-repeat: no-repeat;
    background-position: 192px 4px;
    background-color:#FFFFFF;
    }

    #multisearchFormIcon .multisearchInput {
    width: 240px;
    background-position: 232px 3px;
    }
    .multisearchInput:-moz-placeholder{
    font-style:italic;
    color:#999999;
    }
    .multisearchInput::-webkit-input-placeholder {
    font-style:italic;
    color:#999999;
    }
    .multisearchInput:-ms-placeholder {
    font-style:italic;
    color:#999999;
    }

    /* Submit button */
    #submit {
    vertical-align: top;
    cursor:pointer;
    width:57px;
    height:32px;
    text-indent:-999px;
    line-height:0;
    font-size:0;
    vertical-align: top;
    color: transparent;
    background: url(search.png) no-repeat #4d90fe center;
    border: 0px solid #3079ED;

    }
    #submit:hover {
    background: url(search.png) no-repeat center #357AE8;
    border: 0px solid #2F5BB7;
    }
    #submit:active {
    box-shadow: 0 2.5px 2.5px hsla(210,15%,25%,.2) inset,
    0 0 2.5px hsla(210,15%,25%,.4) inset;
    }
    /* Reset button */
    #reset {
    vertical-align: center;
    cursor:pointer;
    width:25px;
    height:25px;
    text-indent:-999px;
    line-height:0;
    font-size:0;
    margin:0px;
    color: transparent;
    background: url(reset.png) no-repeat #DD4B39 center;
    border: 0px solid #3079ED;

    }
    #reset:hover {
    background: url(reset.png) no-repeat #c53727 center;
    border: 0px solid #2F5BB7;
    }
    #reset:active {
    box-shadow: 0 2.5px 2.5px hsla(210,15%,25%,.2) inset,
    0 0 2.5px hsla(210,15%,25%,.4) inset;
    }
    /* Categories */
    .category {
    font-size:14px !important;
    /*If you want to add a top border : border-top: 1px solid #3366CC !important;*/
    background-image: url(rightdropdown.png) !important;
    background-position: 90% 50% !important;
    background-repeat: no-repeat !important;
    }

    }
    /* Clear floats */
    .fclear {clear:both}
    /* horizontal dropdown*/


    /*Old border color in case u need it : #7e9dba */

    #dropdown {
    float: left;
    font-size:13px;
    overflow: hidden;
    }

    #dropdown ul {
    margin:0;
    padding:0;
    list-style:none;
    }

    #dropdown ul li {
    float:left;

    }

    #dropdown ul li a {
    float: left;
    color:#000000;
    text-decoration:none;
    padding: 8px 3px 8px 10px;

    }
    #dropdown ul li a.dropdownb {
    padding: 8px 3px 8px 10px;
    background-image: url('dropdown.png'), url('bg.png');
    background-repeat: no-repeat, repeat-x;
    background-position: 80% center;
    border-right: 1px solid #CCCCCC;
    }
    #dropdown li ul {
    background-color:#FFFFFF;
    left:-1000em;
    margin: 32px 0 0;
    position: absolute;
    width: 170px;
    z-index: 9999;
    border: 1px solid #3366CC;
    border-right:1px solid #3366CC;
    }

    #dropdown li ul a {
    background: none;
    border:0px solid #3366CC;
    margin-right: 0;
    width: 157px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;

    }
    #dropdown ul li a:hover,
    #dropdown ul li:hover > a {
    background-color:#FFFFFF;
    }
    #dropdown ul li a.dropdownb:hover,
    #dropdown ul li:hover > a.dropdownb {
    background: url('dropdown.png') no-repeat 80% center #FFFFFF;
    }
    #dropdown li ul a:hover,
    #dropdown ul li li:hover > a {
    color: #a14209;
    background-color: #f5db89;

    }

    #dropdown li:hover ul {
    left: auto;
    }
    #dropdown li li ul {
    margin: 0px 0 0 170px;

    visibility:hidden;
    }

    #dropdown li li:hover ul {
    visibility:visible;
    }
    #dropdown ul ul li:last-child > a {

    }

    #dropdown ul ul ul li:first-child > a {

    }



    < Bu mesaj bu kişi tarafından değiştirildi Guest-6F17B5B5B -- 1 Eylül 2012; 16:08:29 >
    _____________________________




  • dediğiniz gibi yapıp padding: 3px; falan yaparsanız problem olmaz

    < Bu ileti mobil sürüm kullanılarak atıldı >
    _____________________________
    Steam ID: thetimelorddh | Social Club ID: AlperOZD | Atatürkçü. | English | PHP | Javascript | jQuery | C | Java | Android | İTÜ İnşaat Mühendisliği | SINCE 01.02.2012



    I am The Doctor. I always will be. But times change, and so must I... we all change. When you think about it, we are all different people, all through our lives and that's okay, that's good! You've gotta keep moving, so long as you remember all the people that you used to be. I will not forget one line of this, not one day. I swear. I will always remember when the doctor was me.
  • malesef olmuyor :( dediğini yaptığımda böyle oluyor

     Yardım konusuydu ogsbilisim tarafından çözüldü


    position: absolute; satırını iptal edersemde yine böyle oluyor


     Yardım konusuydu ogsbilisim tarafından çözüldü
    _____________________________




  • Yapay Zeka’dan İlgili Konular
    Daha Fazla Göster
  • hala yardım eden yok mu
    _____________________________
  • hala yardım eden yok mu
    _____________________________
  • hala yardım eden yok mu
    _____________________________
  • Bunu Bul;
    #dropdown li li ul { 
    margin: 0px 0 0 170px;
    visibility:hidden;
    }


    Öyle Dene;
    #dropdown li li ul { 
    margin: 0px 0 0 170px;
    width:600px;
    visibility:hidden;
    }


    width:600px; Bu değeri kendine göre ayarla umarım halledersin.

     Yardım konusuydu ogsbilisim tarafından çözüldü



    < Bu mesaj bu kişi tarafından değiştirildi bilmaster -- 5 Eylül 2012; 0:02:37 >
    _____________________________




  • mükemmel ogsbilisim çok teşekkürler sabah sabah ilaç gibi geldi, orjinal kodda denedim oldu sanırım, kendi yaptığım sayfada akşam deneyeceğim, tekrar teşekkürler
    _____________________________
  • rica ederim olmazsa yardımcı oluruz .

    Kolay gelsin.
    _____________________________
  • ogsbilisim Allah gani gani razı olsun yaptığım sayfada da oldu
    _____________________________
  • Sevindim güle güle kullan .

    Bişey yaptık sayılmaz.
    _____________________________
  • Yardımınla yaptığım giriş sayfasını yayınladım ogsbilisim

    http://soulcubee.deviantart.com/art/Yosearch-2-0-Weather-Animation-Start-Page-325681084

    buda türkçesi




    < Bu mesaj bu kişi tarafından değiştirildi Guest-6F17B5B5B -- 6 Eylül 2012; 22:18:33 >
    _____________________________




  • Rica ederim hayırlı olsun.
    Daha önceki mesajımdada söylediğim gibi bişey yaptım sayılmaz umarım insanların işine yarar.
    _____________________________
  • 
Sayfa: 1
- x
Bildirim
mesajınız kopyalandı (ctrl+v) yapıştırmak istediğiniz yere yapıştırabilirsiniz.