Embedding arbitrary content into the drop down menus is much easier done using the script Anylink CSS Menu instead. Since the contents of each drop down menu is just regular HTML, you should be able to modify it to include images, for example:
Code:
<p><a href="http://www.dynamicdrive.com" class="anchorclass someotherclass" rel="submenu2[click]" rev="lr">Right dropping menu</a> (click to reveal)</p>
<div id="submenu2" class="anylinkcss" style="width: 150px; background-color:#E9FECB">
<ul>
<li><a href="http://www.cnn.com/">CNN</a></li>
<li><a href="http://www.msnbc.com">MSNBC</a></li>
<li><a href="http://www.google.com">Google</a></li>
<li><a href="http://news.bbc.co.uk">BBC News</a></li>
</ul>
</div>
You would simply edit the code in gray above as desired.
Bookmarks