Jump to content

image in dropdown


yogibear333

Recommended Posts

This sample demonstrates how to use the DynAPI to create a 100% DHTML-based ComboBox with images.

http://xfx.net/utilities/dmbuilderde/help/Samples/combobox/

 

another possibility is to make a fake dropdown menu using css and then adding an image would be no problem.

 

<style type="text/css">
#dropdown {width:240px; height:84px; border:2px inset #ccc; overflow:auto;}
#dropdown a {text-align:left; font:9pt/10pt arial,verdana,sans-serif; padding-left:2px; margin:0; white-space:nowrap;}
#dropdown a.menu:link {text-decoration:none; display:block; background-color:#fff; color:#000;}
#dropdown a.menu:visited {text-decoration:none; display:block; background-color:#fff; color:#000;}
#dropdown a.menu:hover {text-decoration:none; display:block; background-color:#000; color:#fff;}
#dropdown a.menu:active {text-decoration:none; display:block; background-color:#000; color:#fff;}
</style>

<div id="dropdown">
<a class="menu" href="index.htm" target="_top">How To Download Files</a>
<a class="menu" href="bestdropdownmenu.htm" target="_top">Best Dropdown Menu</a>
<a class="menu" href="embeddingmediainhtml.htm" target="_top">Embedding Media In HTML</a>
<a class="menu" href="miscellaneousinternettips.htm">Miscellaneous Internet Tips</a>
<a class="menu" href="pubcomp.htm">Using Public Computers</a>
<a class="menu" href="uncorruptinghtmlfiles.htm">Uncorrupting HTML Files</a>
<a class="menu" href="validatorcheats.htm">HTMLValidator Cheats</a>
<a class="menu" href="yahoogeocitiestips.htm">Yahoo! Geocities Tips</a>
<a class="menu" href="worldgeocities.htm">World Geocities</a>
</div>

Link to comment
https://forums.phpfreaks.com/topic/99253-image-in-dropdown/#findComment-507876
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.