View Full Version : Flex Level Drop Down Menu (v1.1) Custom
NoFeaR
10-18-2010, 12:45 PM
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?
ddadmin
10-18-2010, 09:54 PM
Warning: Please include a link to the DD script in question in your post. See this thread (http://www.dynamicdrive.com/forums/showthread.php?t=6) 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.
NoFeaR
10-19-2010, 05:22 AM
Ok i am sorry,
Here is the origional scriot:
http://www.dynamicdrive.com/dynamicindex1/flexdropdown.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
ddadmin
10-19-2010, 06:50 AM
As mentioned, you can try just inserting <img> tags inside the drop down menus' markup, for example:
<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>
NoFeaR
10-19-2010, 06:57 AM
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
NoFeaR
10-19-2010, 07:00 AM
Ok i tried it and it worked. Thanks. Now will it be possible to make the dropdown a bit better looking?
NoFeaR
10-19-2010, 02:42 PM
Uhm. I was just asking if its possible.
ddadmin
10-20-2010, 04:31 AM
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.
NoFeaR
10-20-2010, 06:20 AM
Thats what i need help with, its possible but i dont know how.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.