Changing Characteristics of a Linked Image in Comment Area
Posted: Wed Jan 23, 2008 10:58 pm
I am struggling with removing the border around linked images that appear within the image comment area. Following is the code as it appears for one of these.
I have played with the following classes in the style sheet to eliminate the border, with no success. What am I doing wrong? How do I get rid of the border? You can see an example here: http://www.jenniferbeckley.com/index.ph ... sutra.html<div class="serendipity_imageComment_left" style="WIDTH: 110px"><div class="serendipity_imageComment_img"><a class="serendipity_image_link" href="http://jenniferbeckley.com/index.php?/p ... html"><img height="66" src="http://www.jenniferbeckley.com/uploads/ ... yThumb.jpg" width="110" /></a></div>
Thanks for your help!.serendipity_image_link a, serendipity_image_link a:hover{
border: 0px;
.serendipity_imageComment_center a, .serendipity_imageComment_left a, .serendipity_imageComment_right a {
background:none;
border: 0;}
.serendipity_imageComment_center a:hover, .serendipity_imageComment_left a:hover, .serendipity_imageComment_right a:hover {
background:none;
border: 0px;}