• All,

    I have 2 issues. First, when an image is clicked a small border shows up on the image, its pretty annoying! I tried adding this code to all my div.img files, it didnt work:

    ‘border: none !important;
    outline: none;’

    The second issue is the quality of images drops sharply on tablets and when using IE, not sure what to do about that one.

    The site I need help with is corpexplore.com

    Thanks a bunch!!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Have you tried CSS? Maybe something like:

    img {outline:none; border:none;}

    Thread Starter mircetic

    (@mircetic)

    I just did..on both parent and child themes- no luck! I fixed the same issue with my logo with this code.. not sure why are the post images/icons doing this!!

    How about this CSS if the image is clickable (within a link) ?

    a {outline:none; border:none;}
    or
    a:link {outline:none; border:none;}
    or
    a:active {outline:none; border:none;}

    Thread Starter mircetic

    (@mircetic)

    This worked great!! For some reason I didnt eve think a link would cause this problem!! Thanks St. Even!!

    Any suggestions on the IE/Tablet issue?? If you just open the site via IE you’ll see what I am talking about. Big thanks!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Image Border & IE issues’ is closed to new replies.