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
#5163
Re:Delete border 13 Years, 10 Months ago Karma: 0
Hello again,
my site is not live, just local. I can provide with generated code if required. I use Beez template.
Is it something manageable for you?
Regards
The administrator has disabled public write access.
 
#5164
Re:Delete border 13 Years, 10 Months ago Karma: 747
You can open your site in a browser, choose 'Save as' menu point, save page with all included CSS and javascript files, archive it and send to us by email.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#5207
Re:Delete border 13 Years, 10 Months ago Karma: 0
Hi,

I would also like to delete the border from the menu, but I am unable to do this using the CSS code you have provided.

I believe I may have the same problem as Friobe.

Your help is much appreciated.

Website: www.proevoeliteleagues.co.uk/main/

Thanks

TheWelshOne
The administrator has disabled public write access.
 
#5208
Re:Delete border 13 Years, 10 Months ago Karma: 747
Hello,

Use the following CSS rule:

Code:


body .yui-skin-sam .yuimenu .bd {
  border-style: none;
}



If you want to show border for sub-menus then add the following CSS rule:

Code:


body .yui-skin-sam .yuimenu .bd .bd {
  border-style: solid;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#5242
Re:Delete border 13 Years, 10 Months ago Karma: 0
Thanks for the code it worked perfectly.
The administrator has disabled public write access.
 
Go to topPage: 12