Drupal Aqua soft queston

Forgive me if this has been asked, but I didn't find a thread and forgive me if the answer is obvious, I'm not as observant as I would like to be. ;)

I have set up my own website through Drupal and have used the Aqua-Soft skin that is on the drupal website. Of course in the menu's I don't know how to get an icon with the text, like this site has (I know this site is not running drupal, but I'm sure you will know why I'm under the assumption I should be able to get icons as well)

If you don't know what I mean, this is my website:

http://lekspel.byethost18.com/geijutsu/

Cheers in advance.

#440044

Just have a look inside the css-files bottom, there are difeerent examples for the "li#" IDs for the li-Tags inside your Drupal "Primary Links"-Menu-structure wich are used to identify the single Links in your Menu based on the name you gave this individua Link. Just replace the eventually used spaces in the menupoints names with an underscore and the image you demanded in this li# section of your css-file will be used.

Example:

 
li#MosNis_Forum a{
display: block; background: url(images/icons/MosNis-Forum2.png) no-repeat top center; margin: 6px;
}

Result will be viewable at http://www.mosnis.dyndns.org for the menupoint "MosNis Forum" just in the Primary Links menu on top of the Page.

Have a nice day,

Tom

#451697