Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Why do I have a border around my images ? Reply To: Why do I have a border around my images ?

#235071
mrjoshfisher
Participant

Hello,

Yeah its

.research {width:100px; height:100px; background: url(http://carleyconsult.wp.castus1.co.uk/wp-content/uploads/2014/10/research_sprite.png) 0px 0 !important;}
.research:hover {background: url(http://carleyconsult.wp.castus1.co.uk/wp-content/uploads/2014/10/research_sprite.png) -100px 0 !important;}

img {
width: 100px;
height: 100px;
border:0;
}