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?
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?
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
NoFeaR (10-19-2010)
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
As mentioned, you can try just inserting <img> tags inside the drop down menus' markup, for example:
</ul>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>
DD Admin
NoFeaR (10-19-2010)
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
Ok i tried it and it worked. Thanks. Now will it be possible to make the dropdown a bit better looking?
Uhm. I was just asking if its possible.
Thats what i need help with, its possible but i dont know how.
Bookmarks