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.