firefox img border
- Started
- Last post
- 8 Responses
- ********
right, i got a rollover image and it's a gif with transparency around it, shows up nicely everywhere except for firefox which really feels the need to put a rather annoying rectangular line around it.
it's not the famous dotted border thing btw... which can be solved with a:focus....
anyone got an idea?
i tried outline:none and border:none
yet it is still there... :(
- weestu0
got a link or screenshot?
- ********0
gosh
it's solved now
i jsut had to enter the following into the stylesheet:
img {
border: none;
outline: none;
}not img a
or on the class
or something like that...
- ********0
thx weestu.
- weestu0
i'm a genius
- ********0
well, its been proven once more..
- weestu0
this may be of interest: http://meyerweb.com/eric/thought…
- bulletfactory0
thanks for the link - I use a reset very similar. i am getting into the habit of creating a master which links to things like reset.css and general.css etc - not sure if it's the best way to go, but i've had a lot better luck keeping track updating when it's organized in smaller segmented stylesheets.
- sherman0
weird ~ I havent heard of this before yesterday and today has the solution.
thanks!