Do you mean the divider that appears to the right of each menu lihk, that you wish to remove this image for the very last menu item? If so, you can try something like:
Code:
<ul>
<li><a href="http://www.dynamicdrive.com">Home</a></li>
<li><a href="#" onMouseover="cssdropdown.dropit(this,event,'dropmenu1')">Resources</a></li>
<li><a href="#" onMouseover="cssdropdown.dropit(this,event,'dropmenu2')">News</a></li>
<li><a href="http://cnn.com" onMouseover="cssdropdown.dropit(this,event,'dropmenu3')" style="background-image: none" >Search</a></li>
</ul>
The part in red is new.
Bookmarks