Home News Contact Us Forum About Us Joomla 1.0.x Demo Joomla 1.5 Demo Products F.A.Q.
Shopping Cart


Recent Events
  • 29/12/2011 Merry Christmas and Happy New Year!

    Dear visitors, our office will be closed from December 30 to January 2 due to the celebration of the New Year. You can purchase and download our products, but we can not guarantee quick answers to your questions for this period of time. Happy New Year! Your ARI Soft team.

  • 27/09/2011 ARI Smart Content v. 1.8.0

    ARI Smart Content v. 1.8.0 is ready. New version is compatible with Joomla! 1.5, 1.6 and 1.7 and it is released under GNU GPL license.


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 1 Year, 7 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 1 Year, 7 Months ago Karma: 276
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 1 Year, 7 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 1 Year, 7 Months ago Karma: 276
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 1 Year, 7 Months ago Karma: 0
Thanks for the code it worked perfectly.
The administrator has disabled public write access.
 
Go to topPage: 12