Results 1 to 5 of 5

Thread: Right Dropdown menu Issue

  1. #1
    Join Date
    Sep 2007
    Posts
    172
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default Right Dropdown menu Issue

    Okay guys. Let me tell you my problem. I'm working on a wordpress and I've customized a list menu this is this coding.
    sidebar.php
    Code:
    <div class="mlmenu apple blindv delay inaccesible">
    		<ul>
    			<?php wp_list_categories('include=3&title_li='); ?>
    		</ul>
    	</div>
    style.css
    Code:
    .apple ul { width: 160px; border-top: 1px solid #e6e6e6; }
    .apple li a { display: block; background: #f9fafa url(images/appleinc.png) no-repeat 2px 6px; width: 131px; padding: 9px 13px 9px 20px; text-decoration: none; font-size: 1em; font-weight: bold; color: #222; border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; }
    .apple li a:hover { color: #16387c; text-decoration: none; }
    .apple li { display: inline; }
    .apple li ul { position: absolute; margin: -31px 0px 0px 159px; }
    So what I want is the right drop down menu on ho-over, something like this: http://www.alistapart.com/d/horizdro...horizontal.htm keeping my own style class.
    I don't know if the css is okay and if I have to add something in PHP or file or if CSS need to be modified with PHP. I'm pretty new in this field. Can someone help me here? It will be much much much appreciated!

  2. #2
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    You'd need to use javascript to recreate a menu like that but other than that, you're not given us much to work with. What's the link to your website?
    You say you're using a Wordpress site - what does the Wordpress documentation say about customising menu? Can that be done or does it require new templating systems/add-ons? Are modules provided (like Joomla does) that allows you to plug-in new types of menu with custom javascript?

    I think you're primary route for help/development advice should be the actual Wordpress forums since the people there will be better equipped to deal with Wordpress specific questions and somebody may already have made/written a similar menu that your can use and is compatiable with a Wordpress site.
    You could also try contacting the developer of whatever theme you've chosen to use.
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

  3. #3
    Join Date
    Sep 2007
    Posts
    172
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    http://www.intech-bb.com this is the link of my website. This probably needs to be recreated because I've tried everything I only left with javascript.
    The link I've mentioned above is created with a code: http://www.alistapart.com/articles/horizdropdowns/ but whenever I try to use my css doesnt work! I need help please

  4. #4
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    What response have you had from the Wordpress forums/the theme developer and what have you found out during your own research on Wordpress template customisation or limitations?

    This should be your first steps rather than asking for help first hand here. Although there may be a broader range of talent on DD, dedicated Wordpress expertise will be found over in the Wordpress dedicated places. Somebody there will have customised menus before so they'll be better equipped to help you.
    Last edited by Beverleyh; 08-18-2010 at 07:58 AM. Reason: spelling corrected
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

  5. #5
    Join Date
    Sep 2007
    Posts
    172
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    I did every possible effort =) my theme supported let me down.
    http://www.theme-junkie.com/support/...p?topic=1278.0 and the owner said this can be done via JS! So that's why I was asking here as I know alot of talented programmers does exsist here.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •