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?

Custom border around the slides (radius) CSS
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Custom border around the slides (radius) CSS
#26772
Custom border around the slides (radius) CSS 12 Years, 3 Months ago Karma: 0
Hello,

I am using the little CSS styles space within the joomla template itself.

I have figured out how to make the borders the way I want.

Only my problem is this:



When the transition tkes place it overlaps my border as seen in the image.

This is the code i'm using:

Code:

div.nivoSlider
{
z-index:5555 !important;
-moz-border-radius: 15px !important;
border-radius: 15px !important;
border: 5px solid #eee !important;
}



Works fine apart from the little issue.

Is there a better way to fix this?

Also is it possible to remove the shadow from the background with a simple CSS code?

Thank you.
The administrator has disabled public write access.
 
#26773
Re: Custom border around the slides (radius) CSS 12 Years, 3 Months ago Karma: 0
Quick update, I got the shadow to dissapear.

My only issue remains with the overlap.

Current code:

Code:

div.nivoSlider
{
z-index:5555 !important;
-moz-border-radius: 15px !important;
border-radius: 15px !important;
border: 5px solid #eee !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

The administrator has disabled public write access.
 
#26774
Re: Custom border around the slides (radius) CSS 12 Years, 3 Months ago Karma: 748
Hello,

Provide a link to a page where we can see described issue.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#26775
Re: Custom border around the slides (radius) CSS 12 Years, 3 Months ago Karma: 0
Hi i'm currently working on a localhost.
Will update this somewhere tomorrow.

I think this is the wrong section too, it should be in ari image slideshow, sorry.
The administrator has disabled public write access.
 
#26794
Re: Custom border around the slides (radius) CSS 12 Years, 3 Months ago Karma: 0
Link provided:

www.iahd.org/2012/
The administrator has disabled public write access.
 
#26800
Re: Custom border around the slides (radius) CSS 12 Years, 3 Months ago Karma: 748
Try to add the next CSS rule:

Code:


#slideshow
{
 clear: both;
}

#slideshow .nivoSlider
{
 overflow: hidden;
 top: -70px;
}



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