http://www.flirtwithme.co/main.php#upgrade
On this page there is a blue box image that has a grey border around it. I\'ve been trying to remove the border without lu
You have set a background image on an tag. This is very bad practice.
My suggestion is to change your markup to the following:
(Note the instead of the tag)
-
Personalize your Profile using Custom Themes
And then apply these styles:
#iconPersonalizeProfile {
background: url("http://www.staticimages.co/seemeagain/upgrade-sprite.png") -35px -3px;
display:block;
width: 25px;
height: 25px;
float: left;
}
That should solve your problem.