1 (edited by nsgiaotienweb 2011-05-15 10:34)

Topic: How to add an icon before each link in Menu Bar?

In every PunBB forum there is a Menu Bar, such as this one in this forum:

Index - News - PunBB - Wiki - Github - User list...

Now I want to add an icon next to each link in Menu Bar to make it look more vibrant. For example, I want to add a "house" image before "Index" link, a "newspaper" image before "News".

How can I do that?

Thank you very much.

Re: How to add an icon before each link in Menu Bar?

All menu items have ID.
You can write in CSS files rules for adding icons as background for this IDs.

Re: How to add an icon before each link in Menu Bar?

dimkalinux wrote:

All menu items have ID.
You can write in CSS files rules for adding icons as background for this IDs.

Thank you for letting me know but I'm a newbie, so can you tell me which CSS file do I need to change? And could you please give me an example?

For HTML I can search but I know nothing about CSS. sad

Thank you.