Jump to content

Wordpress'de Açılır Menü Yapmak?


Recommended Posts

Kullandığım tema:summer and more drink
Biton plugin kullandım internetteki biton dersleri denedim şuan "multi level navigation plugin" plugini kullandım ve nasıl desem ya ençok bundan sonuç aldım ama yine internetteki derslerin hepsine baktım yine bişey yapamadım yardımcık olacak arkadas varmı yani menüye sadece 1 tane açılır menü koymak istiyorum yapamadım. Üstte verdiğim temaya uygun açılır menü yapmama yardım edicek bi arkadaş varsa minnettar olurum.
Link to comment
Share on other sites

Böyle şeyler için eklent kullanmaya gerek yok.. Css ile Yapabilirsin.. Eğer css bilgin yoksa hazı menüyü uyarlayablirsin..

[code]http://www.cssmenumaker.com/[/code]

burada var hazırları..
---------
Kendin yapmak istersen de
[code]....
<ul class="m">
<li>Herhangi bir menü</li>
<li>Açılacak Menü
<ul>
<li>Menü Açıldı</li>
</ul>
</li>
<li>Herhangi bir menü</li>
<ul>
...[/code]

Style ise
[code]
.m li ul{display:none; position:absolute}
.m li:hover ul{display:block}
[/code]

Şeklinde düzenleyerek yapabilirsin.. Yazdığım yer sadece açılır menünün olduğu alan..

yada kbayram.tk dan menüyü inceleyebilirsin.. kaynak ve css ten

Edited by Kazım
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...