Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

PortugisiskDanskEngelsk graphics between links
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: PortugisiskDanskEngelsk graphics between links
#36137
PortugisiskDanskEngelsk graphics between links 11 Years, 5 Months ago Karma: 0
I'm using version ARI Ext Menu 2.2.2 on this website: 1967mustang.dk/new/

Can I in any way have the graphics between my links in the menu like this: 1967mustang.dk
Wich is an older version of the site.

Perhaps it could be done with css styling.....just donĀ“t know how and where....anyone?!

Best Regards
Lars
The administrator has disabled public write access.
 
#36139
Re:PortugisiskDanskEngelsk graphics between links 11 Years, 5 Months ago Karma: 748
Hello,

Information about menu HTML layout and CSS classes can be found here. It can be used to customize menu.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#36405
graphics between links 11 Years, 5 Months ago Karma: 0
So if I wanted to ad a specific jpg file before and after each menu item at both menu and submenu level....how could this look like in this code??

I am no shark at this - sorry

Code:

<div class="ux-menu-container"> 
  <!-- UL elements contains additional CSS class ux-menu-horizontal for horizontal menu or ux-menu-vertical for vertical menu --> 
  <ul class="ux-menu">
     <li class="ux-menu-item-main">
        <a class="ux-menu-link-first"></a>
     </li>
     ...
     <li class="ux-menu-item-main">
        <a class="ux-menu-link-parent"></a>
        <ul class="ux-menu-sub">
          <li>
            <a class="ux-menu-link-first ux-menu-link-parent"></a>
            <ul class="ux-menu-sub">
              ... sub-menu items goes here ...
            </ul>
          </li>
          ...
          <li>
            <a></a>
          </li>
          ...
          <li>
            <a class="ux-menu-link-last"></a>
          </li>
        </ul>
     </li>
     ...
     <li class="ux-menu-item-main">
        <a></a>
     </li>
     ...
     <li class="ux-menu-item-main">
        <a class="ux-menu-link-last"></a>
     </li>
  </ul>
</div>

The administrator has disabled public write access.
 
#36407
Re:graphics between links 11 Years, 5 Months ago Karma: 748
Try the following CSS rule:


.leftmodule .ux-menu LI
{
padding-bottom: 8px;
background: transparent url(1967mustang.dk/templates/1967mustang/images/menu_bg.gif) repeat-x bottom left !important;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#36413
Re:graphics between links 11 Years, 5 Months ago Karma: 0
Thanks a lot
There is just one small issue, in IE (1967mustang.dk/) the right border is now pushed right.....can't seem to figure out where to adjust this in any of the css files in either the template or ARI Ext Menu.....??

I better support U guys with a donation....if that's possible??
Last Edit: 2013/02/03 20:03 By Kolmos.
The administrator has disabled public write access.
 
#36419
Re:graphics between links 11 Years, 5 Months ago Karma: 748
Send an image where we can see the problem and specify what IE version you use.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12