I assume you mean something like an icon before the menu item? You can do
that with the css... adding some left padding and a background-image:
url(icon.gif) no-repeat left 50%;  You can give the LI a class that
corresponds to the appropriate icon. 

Otherwise, you can place images right into the LI if it's appropriate

Let me know if this didn't make sense (I haven't looked at the latest
jdmenu, but this technique is the same with most UL based menus.)

Rolf


Mark-235 wrote:
> 
> looks nice.
> and a questiuon.. if it`s not in see it as a suggestion.
> 
> is it possible to add a image infront of the menu item?
> is it possible to have custom styles for each menu item? (example: first
> item with a white background, second with a black background ... etc...)
> 
> good job so far.
> 
> 
> 2007/2/27, Brandon Aaron <[EMAIL PROTECTED]>:
>>
>> This is some great work!
>>
>> There is a new version of the bgiframe and the dimensions plugin in
>> SVN that fix a couple of bugs (no API changes, I promise). Also, the
>> slide down effect suffers from the mac firefox flicker that is solved
>> in the latest SVN/nightlies.
>>
>> --
>> Brandon Aaron
>>
>> On 2/27/07, Jonathan Sharp <[EMAIL PROTECTED]> wrote:
>> > Greetings!
>> >
>> > jdMenu 1.3 is in final beta and there are quite a number of changes!
>> jdMenu
>> > 1.3 is a total rewrite from the ground up
>> >
>> > [New Features]
>> > * Dual delay settings for showing and hiding of menus
>> > * Accessibility support - support for keyboard navigation of menus
>> (items
>> > have to have an A tag to get focus)
>> > * Smart menu positioning - menus will position themselves to be in the
>> > browser viewport at all times
>> > * Vertical menu capable
>> > * "Easy Dynamic" feature - Callback for incredibly easy dynamic menus
>> > allowing you to manipulate the DOM when a menu is triggered to be shown
>> or
>> > hidden
>> > * Custom animation support - Callback to allow for easily integrating
>> custom
>> > animations and effects
>> > * Enhanced behavior support - Allows for your callback to return a
>> boolean
>> > to control whether a menu should be shown/hidden. This allows for
>> > customization such as "locking" menus
>> >
>> > [Updates]
>> > * CSS Theme support - Simplifed styles and broke these out into two
>> > stylesheets allowing for easier theme development
>> > * jQuery 1.1.1 compliant
>> > * Converted IE iframe fix to use the bgiframe plugin
>> > * Updated jdMenu's use of the dimensions plugin to fix a dimensions API
>> > change
>> >
>> > http://jdsharp.us/code/jQuery/plugins/jdMenu/1.3.beta/
>> >
>> > I'm hoping to get the documentation updated, a few more examples online
>> and
>> > the release packaged in the next night or so but we're moving into a
>> house
>> > at the end of the week. So "orderly chaos" best describes our apartment
>> and
>> > my schedule!
>> >
>> > Feedback/code review greatly appreciated!
>> >
>> > Cheers,
>> > -Jonathan
>> > _______________________________________________
>> > jQuery mailing list
>> > [email protected]
>> > http://jquery.com/discuss/
>> >
>> >
>>
>> _______________________________________________
>> jQuery mailing list
>> [email protected]
>> http://jquery.com/discuss/
>>
> 
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/PLUGIN%3A-jdMenu-1.3-FINAL-BETA-tf3302783.html#a9189048
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to