Want unique icon on each li
Started by
grahamd79
, Apr 26 2012 07:55 AM
1 reply to this topic
#1
Posted 26 April 2012 - 07:55 AM
Hi, Please tell me how can I put unique icons for each list item. Please visit www.trendorg.co.uk and see the 'Best of Us' section. I want each list to have a unique icon like the following image;
#2
Posted 26 April 2012 - 08:34 AM
Hi Graham,
Each menu item is given a unique ID (see image below).
You can use these ID's to add images to each menu item. For example, to add an icon/image to the Sample Page menu, you would use this:
What I would recommend you is, you use this to create a sprite, add each icon you want to use on the menus and then using the CSS above as a guideline, use the background-position to postion the icons into place. Below is an example:

This may help you -
Each menu item is given a unique ID (see image below).
You can use these ID's to add images to each menu item. For example, to add an icon/image to the Sample Page menu, you would use this:
What I would recommend you is, you use this to create a sprite, add each icon you want to use on the menus and then using the CSS above as a guideline, use the background-position to postion the icons into place. Below is an example:

This may help you -










