MX CSS Menus Forum :: CSS Menu's with pictures

This thread was displayed: 0 times


Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.

For more information about the affected products visit: www.interaktonline.com/Support/

View Threaded Show descending
KOSMOZZ
07-30-2007 14:54:47 GMT +2

Hi,

We have a serious issue concerning your css menus.  We would like to place icons in every level of the menu, and put these right beside the text of the menu:

eg. <a href="url1"><img src="icon.gif"></a> &nsbp;&npsb; <a href="url2">add to favorites</a>

We don't see a solution at this moment to combine 2 different url's in your menu, and to combine a picture or icon with text... can someone please advise?

Back | Reply | Quote | Top
Fred at ExelWebs.com
03-20-2008 16:53:20 GMT +2

Simple workaround to display an inline image would be to just define a new CSS class and allocate that class to the menu option.

CSS:

.backgroung_img {
    background-image: url(../../../../images/check.gif);
    background-repeat: no-repeat;
}

Menu item:

<li> <a href="#" title="Web Design" class="backgroung_img">Web Design</a> </li>

Reply | Quote | Top
© Adobe Systems Romania. All rights reserved.