Shape 5

Joomla Templates => Lime Light - Club => : cspgsl June 24, 2013, 04:29:02 AM



: Image Border not working
: cspgsl June 24, 2013, 04:29:02 AM
At http://golfgivesback.ca/ I have changed the code in template.css to place a border around the images in the top slider.

The code I used is:
:
.image_slide_img {
float:right;
width:30%;
border: 5px solid #000DAB;
}
Problem is, it only affects the first image in the slider and not the other 5  ???

Any thoughts? Thanks


: Re: Image Border not working
: mikek June 24, 2013, 07:43:54 AM
Hello,

Because you have style="border: 0;"  directly on the element:

<img border="0" style="border: 0;" src="/images/imageslide2.jpg" class="image_slide_img">


: Re: Image Border not working
: cspgsl June 24, 2013, 08:06:43 AM
 :-[ Look for the simple things first... I seem to keep forgetting that
Thanks