Is it possible to avoid the black overlay when clicking links on Safari on iPhone?
there is something like this for the web version of Safari
:focus {
outline: 0;
}
so can I avoid to see a black box when i click anything on a web page on for safari on iPhone?
...
Hi! I'm making a game where you can select some NPC's each NPC is an UIImage, and the png that is inserted in that component has transparencies, what I want to do is create an outline of a different color (say blue) of that NPC when it's selected. Thanks in advance!!
(By the way I'm a newbie so, if you can post examples even better!!)
...
I'm actually working on a renderer that converts freetype glyphs into polylines to control a laser marking system. The problem I have is that I don't know how to handle correctly a contour beginning with an off curve point (99.9% begin with on curve points!). I've searched quite a while now for informations but I couldn't find anything u...
Hi guys. Is anybody knows how to remove dotted outline on buttons in Opera?
...
Hey.
I have a list full of a imgs:
<ul>
<li><a href="#"><img src="test.png" /></a</li>
<li><a href="#"><img src="test.png" /></a</li>
<li><a href="#"><img src="test.png" /></a</li>
(...)
</ul>
When I click them in Firefox, there's dotted outline (who the heck invented that and why? so ugly!).
I want to get rid of them, but style "ou...
Hello, I've heard of the package mentioned above, but i couldn't find a Download. Where can I get it?
...
For a site I'm working on, I'd like to have a dotted outline appear around links when they are focused/hovered/active. I'd like this to happen for text and image links.
The issue I have is that whilst my code works great in Firefox and IE, in Chrome 7.0.517.41 the dotted outline is the same height as my text, not the height of the image...