Forums

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

Home Forums CSS small problem with space Re: small problem with space

#54181
ikthius
Member

if you click the image, the dotted line that shows you the focus, shows that the image has a spare bit of white space, but looking at the image on a dark background and making that image a link, shows that it does not…..

this can only suggest that your blue highlight code has a fault with the sizes.

but looking at your code you had this:
.theme_field:hover {
border: 5px solid #0073BA;
}

I changed it to this, to add a background, and it sorted it
.theme_field:hover {
border: 5px solid #0073BA;
background-color:#0073BA;
}

although clicking the image link still show a bit of extra space at the bottom, however, it is blue, but still if you are a perfectionist, then you might want to look for the link sizes to fix it

ik

p.s. check your spelling, detailds is wrong,