Home News Contact Us Forum About Us Joomla 1.0.x Demo Joomla 1.5 Demo Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 07/09/2010 Our popular free Joomla! extension has been updated

    ARI Image Slider, ARI Cloud Carousel and ARI Slick Gallery free Joomla! extensions has been updated. Now modules provide integration with popular lightbox plugin called RokBox.

  • 29/08/2010 Free Joomla! photo gallery module

    ARI Soft team is glad to introduce a new Joomla! photo gallery extension called ARI Slick Gallery. The module shows photos in fancy way and can be integrated with different lightbox extensions. See the extension in action here.


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?

Horizontal Submenu?
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Horizontal Submenu?
#5865
Horizontal Submenu? 1 Month, 1 Week ago Karma: 0
For the site I am developing www.devxtemp.info/joomla/. I just installed YUI Menu (and am happy with what I see so far). A couple of questions:

1) I am trying to set up a horizontal menu for the first and second level - I don't see anything in the module parameters.

2) I tried to the Capitalize transform,, but nothing happens.

3) What is the best way to customize the colors of the menu elements?

4) Is there any documentation?

Thanks for your help.
The administrator has disabled public write access.
 
#5869
Re:Horizontal Submenu? 1 Month, 1 Week ago Karma: 64
Hello,

Regarding your questions:

1) The module doesn't provide this ability, it can display horizontal menu on the first level.

2) It works. Capitalize text transform do the following: transforms the first character of each word to uppercase. The module uses 'text-transform' CSS property, you can read about it here.

3) CSS rules can be used for this purpose. Specify what colors you want to change and we'll try to help you.

4) The module is based on YUI Menu widget. Information about menu style can be found in Skinning Reference section.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#5881
Re:Horizontal Submenu? 1 Month, 1 Week ago Karma: 0
Is there anything that does provide horizontal second level menu? This is a requirement.
The administrator has disabled public write access.
 
#5882
Re:Horizontal Submenu? 1 Month, 1 Week ago Karma: 64
You can try to play with CSS styles. For example, try to set "float" CSS property to "left" for the sub-level menu items.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#5915
Re:Horizontal Submenu? 1 Month, 1 Week ago Karma: 0
Thanks for the help on the other questions - that helps.

Can you provide an example of changing a CSS style and which file I need to edit to change the style (I am very new to Joomla)
The administrator has disabled public write access.
 
#5920
Re:Horizontal Submenu? 1 Month, 1 Week ago Karma: 64
You can place it in 'CSS Styles' parameter in module settings. You can use something like this:

#{$id}.yui-skin-sam .yuimenubar ul ul
{
width: auto;
position: relative;
}

#{$id}.yui-skin-sam .yuimenubar li.yuimenuitem
{
float: left;
}

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