Results 1 to 9 of 9

Thread: Flex Level Drop Down Menu (v1.1) Custom

  1. #1
    Join Date
    Oct 2010
    Posts
    11
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Flex Level Drop Down Menu (v1.1) Custom

    Hi there i am testing a new layout for this Menu. I need some help thou.
    on www.bosveldboerbokklub.com i am trying to add images as the drop-down not the default boxes. Is that possible?

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.

    When you say add images, do you mean icons for example that appear alongside the drop down menu's text? Since the markup for the drop down menus are just plain HTML (UL lists), you should be able to do so just by adding in image tags into the mix.
    DD Admin

  3. The Following User Says Thank You to ddadmin For This Useful Post:

    NoFeaR (10-19-2010)

  4. #3
    Join Date
    Oct 2010
    Posts
    11
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    Ok i am sorry,
    Here is the origional scriot:
    http://www.dynamicdrive.com/dynamici...exdropdown.htm

    Here is what i have in mind:
    http://www.kalaharired.net
    (i cant use that one because it toesnt go over my other elements on the page.

    Here is the site with i am working on now.
    http://www.bosveldboerbokklub.com

  5. #4
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    As mentioned, you can try just inserting <img> tags inside the drop down menus' markup, for example:

    Code:
    	<ul>
    	<li><a href="#">Sub Item 5.1a</a></li>
    	<li><a href="#">Item Folder 5.2a</a>
    		<ul>
    		<li><a href="#"><img src="icon.gif" /> Sub Item 5.2.1a</a></li>
    		<li><a href="#"><img src="icon.gif" /> Sub Item 5.2.2a</a></li>
    		<li><a href="#"><img src="icon.gif" /> Sub Item 5.2.3a</a></li>
    		<li><a href="#"><img src="icon.gif" /> Sub Item 5.2.4a</a></li>
    		</ul>
    	</li>
    </ul>
    DD Admin

  6. The Following User Says Thank You to ddadmin For This Useful Post:

    NoFeaR (10-19-2010)

  7. #5
    Join Date
    Oct 2010
    Posts
    11
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    Ok, let me try that. then is it possible via CSS to make the block look almost 3D? The square doesn't do it for me. Can i have a round edge?

    I'll try the help and post results. Thanks

  8. #6
    Join Date
    Oct 2010
    Posts
    11
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    Ok i tried it and it worked. Thanks. Now will it be possible to make the dropdown a bit better looking?

  9. #7
    Join Date
    Oct 2010
    Posts
    11
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    Uhm. I was just asking if its possible.

  10. #8
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Quote Originally Posted by NoFeaR View Post
    Ok i tried it and it worked. Thanks. Now will it be possible to make the dropdown a bit better looking?
    The drop down menus are styled using CSS (inside flexdropdown.css), so speaking in general terms, yes, you can modify its look based on what`s possible in CSS.
    DD Admin

  11. #9
    Join Date
    Oct 2010
    Posts
    11
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    Thats what i need help with, its possible but i dont know how.

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
  •