Results 1 to 5 of 5

Thread: Can't get rid of Image outline in Firefox

  1. #1
    Join Date
    May 2008
    Posts
    32

    Can't get rid of Image outline in Firefox

    Hi

    I want to get rid of the outline around the image in my website.

    Please let me know how to do this? I have many images & the outline looks bad.

    Thanks in advance.

  2. #2
    Join Date
    May 2008
    Posts
    3,316

    Re: Can't get rid of Image outline in Firefox

    If you have a CSS file then you can use the star hack to avoid the outlines.

    code for this is

    Code:
    *
    {
    outline: none
    }
    This will solve your problem.

  3. #3
    Join Date
    Apr 2008
    Posts
    163

    Re: Can't get rid of Image outline in Firefox

    Hi please add following to your stylesheet to get rid of the outline problem around your images on html page.


    Code:
    a {
    outline: 0;
    }
    God is REAL... unless declared an INTEGER

  4. #4
    Join Date
    May 2008
    Posts
    32

    Re: Can't get rid of Image outline in Firefox

    Hey thanks for the prompt reply
    But that star hack doesn't work for me.

    Any other ideas?

  5. #5
    Join Date
    May 2008
    Posts
    39

    Re: Can't get rid of Image outline in Firefox

    Hello mate.

    Try this:

    Code:
    a {
    outline: none;
    }
    If that doesn’t work, try:

    Code:
    a:focus {
    outline: none;
    }

Similar Threads

  1. firefox 8 requesting image twice
    By (ClAsSiC) in forum Technology & Internet
    Replies: 6
    Last Post: 04-12-2011, 08:08 PM
  2. How to add a Hovering Image Toolbar to Mozilla Firefox?
    By Zhankana_n in forum Technology & Internet
    Replies: 5
    Last Post: 02-04-2010, 01:59 PM
  3. How to resize image in html firefox ?
    By CHARO in forum Windows Software
    Replies: 4
    Last Post: 30-06-2009, 09:02 PM
  4. Firefox image cache
    By appueye in forum Technology & Internet
    Replies: 3
    Last Post: 24-06-2009, 11:31 PM
  5. Firefox browser not showing any image or pictures
    By Rahman Khan in forum Technology & Internet
    Replies: 3
    Last Post: 11-05-2009, 10:38 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,661,546.86924 seconds with 17 queries