|
| ||||||||||
| Tags: firefox, outline, website |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| Can't get rid of Image outline in Firefox
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
| ||||
| ||||
| 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
} |
|
#3
| ||||
| ||||
| 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
| ||||
| ||||
| 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
| ||||
| ||||
| Re: Can't get rid of Image outline in Firefox
Hello mate. Try this: Code: a {
outline: none;
} Code: a:focus {
outline: none;
} |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Can't get rid of Image outline in Firefox" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| firefox 8 requesting image twice | (ClAsSiC) | Technology & Internet | 6 | 04-12-2011 07:08 PM |
| How to add a Hovering Image Toolbar to Mozilla Firefox? | Zhankana_n | Technology & Internet | 5 | 02-04-2010 01:59 PM |
| How to resize image in html firefox ? | CHARO | Windows Software | 4 | 30-06-2009 09:02 PM |
| Firefox image cache | appueye | Technology & Internet | 3 | 24-06-2009 11:31 PM |
| Firefox browser not showing any image or pictures | Rahman Khan | Technology & Internet | 3 | 11-05-2009 10:38 PM |