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?

Show only buttons and no fill on right
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Show only buttons and no fill on right
#9582
Show only buttons and no fill on right 13 Years, 6 Months ago Karma: 1
Hi

Please look at this link to temporary site:

vangorental.com/

I only want the buttons to show and not any color to the right of the buttons. Specifically there is a link called "Van Fans" and right now to the right of it is the blue background.

I want it to look like the attached screen capture.

BTW, I will be adding and removing menu items over time, so I can't just have a fixed with for the menu.

Thanks for a great Joomla extension!


Rowby
Last Edit: 2010/12/22 18:34 By rowby.
The administrator has disabled public write access.
 
#9583
Re:Show only buttons and no fill on right 13 Years, 6 Months ago Karma: 748
Hello,

Add the following CSS rule:

Code:


.moduletable_Rowbyairyui .yui-skin-sam
{
 display: -moz-inline-stack;
 display: inline-block;
 zoom: 1;
 *display: inline;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#9584
Re:Show only buttons and no fill on right 13 Years, 6 Months ago Karma: 1
Very nice!

Thanks for that quick response.

One more question, and I am not sure if it is possible.

On the menu item on the very right, there is a white border showing on the right edge of the button. I assume there is no way to turn that right border off only on the button that is on the far right??? OR some other trick to cover up that right white border.

OR, perhaps if there must be a border on the right vertical side of the button, then can there be a border on the left vertical left of the button so that the left end of the menu also shows a white border -- just for consistency.

Is this getting too complicated? Am I being too picky ??


vangorental.com/
The administrator has disabled public write access.
 
#9585
Re:Show only buttons and no fill on right 13 Years, 6 Months ago Karma: 748
Try to use the following CSS rules:

Code:


#ariyui96.yui-skin-sam DIV.yuimenubar,
#ariyui96.yui-skin-sam DIV.yuimenubarnav .yuimenubaritem:last-child
{
 border-right-style: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#9588
Re:Show only buttons and no fill on right 13 Years, 6 Months ago Karma: 1
Perfect!

I know this is a free extension, but I would like to make a paypal donation, but I can't find any donation button on the site here.

Is there a link I can go to to donate something for your great support?

Thanks

Rowby
The administrator has disabled public write access.
 
#9589
Re:Show only buttons and no fill on right 13 Years, 6 Months ago Karma: 748
You are welcome. We have sent the answer by email.

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