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?

Delete border
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Delete border
#5148
Delete border 13 Years, 9 Months ago Karma: 0
Hello,
I would like to delete the external border of the menu. How is it possible to do this?

Thank you
The administrator has disabled public write access.
 
#5150
Re:Delete border 13 Years, 9 Months ago Karma: 747
Hello,

Could you provide link to page where we can see the menu?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#5156
Re:Delete border 13 Years, 9 Months ago Karma: 0
The site is not live yet . I include one file with the generated code.
As you can see, the menu has an full border too large for it. I did not succeed to reduce it. So 2 solutions for me:
- if it is possible to reduce the block as large as my menu is
- or delete the external border and just keep the vertical one between the menus.
I would prefer the first option if possible.
Thanks
File Attachment:
File Name: index.zip
File Size: 4249
Last Edit: 2010/06/29 06:44 By frlobe.
The administrator has disabled public write access.
 
#5157
Re:Delete border 13 Years, 9 Months ago Karma: 747
Type the following code in 'CSS Styles' parameter in module settings:

Code:


body #{$id}.yui-skin-sam .yuimenubar
{
  border-style: none;
}

body #{$id}.yui-skin-sam .yuimenubar ul li a.yuimenubaritemlabel
{
  border-top-style: none;
  border-bottom-style: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#5158
Re:Delete border 13 Years, 9 Months ago Karma: 0
Hello again
Thanks for your answer.
For any reason, it is not working. I still have the border around, too large for my menus.
Should it be possible to just have the border stricly around my menus ?

The CSS is like this actually:
Code:

body #.yui-skin-sam .yuimenubar
{
  border-style: none;
}

body #.yui-skin-sam .yuimenubar ul li a.yuimenubaritemlabel 
{
  border-top-style: none;
  border-bottom-style: none;
}

.yui-skin-sam .yuimenubar
{
text-align: center;
}

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

.yui-skin-sam .yuimenubar .yuimenu .bd
{
display: block;
}

#header DIV.yui-skin-sam
{
text-align: center;
}

.yui-skin-sam .yuimenubar
{
text-align: center;
}

.yui-skin-sam .yuimenubar
{
text-align: center;
}

BODY DIV.yui-skin-sam #ariyuimenu_ariyui23
{
position: relative;
display: -moz-inline-stack !important;
display: inline-block !important;
zoom: 1;
*display: inline !important;
}

BODY #{$id}.yui-skin-sam .yuimenubar,
BODY #{$id}.yui-skin-sam .yuimenubaritem-selected,
BODY #{$id}.yui-skin-sam UL LI.yuimenuitem-selected,
BODY #{$id}.yui-skin-sam .yuimenu .bd
{
background-color: transparent;
background-image: none;
}

BODY #{$id}.yui-skin-sam ul li a.yuimenubaritemlabel:hover,
BODY #{$id}.yui-skin-sam ul li a.yuimenuitemlabel:hover
{
background-color: #FFF495;
}

BODY #{$id}.yui-skin-sam ul li a.yuimenubaritemlabel, 
BODY #{$id}.yui-skin-sam ul li a.yuimenubaritemlabel:link, 
BODY #{$id}.yui-skin-sam ul li a.yuimenubaritemlabel:visited,
BODY #{$id}.yui-skin-sam ul li a.yuimenuitemlabel,
BODY #{$id}.yui-skin-sam ul li a.yuimenuitemlabel:link,
BODY #{$id}.yui-skin-sam ul li a.yuimenuitemlabel:visited
{
color: #FF5900;
}

BODY #{$id}.yui-skin-sam .yuimenubar ul li a.yuimenuitemlabel-disabled
{
cursor:default;
color:#A6A6A6;
}

BODY #{$id} .yui-menu-shadow 
{
visibility: hidden;
}

BODY #{$id}.yui-skin-sam .yuimenu .bd
{
background-color: transparent;
}

The administrator has disabled public write access.
 
#5161
Re:Delete border 13 Years, 9 Months ago Karma: 747
It can be problem with template CSS styles. We can investigate it, if you provide link to online site.

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