Hello guys,
Could you please help me to remove this background border from an image?
Sample is here
It seems as Chrome-specific issue, at least in IE it works fine.
Btw, it is a similar issue as:
https://www.sitepoint.com/community/t/how-to-remove-grey-border-around-background-image-on-chrome/
Thanks!
Erik_J
2
Hi, magicmanam, welcome to the forums!
Do you have a link to the image if it’s available online?
In the thread you mentioned the border disappeared on hover, does that happen in your case too?
Edit) I see you had posted a link already. Sorry. 
1 Like
Thank you! Great forum, quick replies 
My ‘border’ is not disappeared on hover.
1 Like
Erik_J
4
Then I think it’s the img tag that induces the border.
Could you test to just remove the img part of the selector for that rule-block?
Edit) Like:
#content /*img*/ {
1 Like
You saved my days )
Yes, it works now! So, I removed img-tag from html and just have a background-image for outer div via css.
Many thanks for such quick replies, Erik_J!
2 Likes
system
Closed
6
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.