On May 7, 2008, at 7:43 AM, Johan Lund wrote:
Is there any way to make it render on top of everything or perhaps offset it so it renders inside, like in IE?
<style>
:focus { outline-offset: -4px; }
</style>
(or you can add the rule to your user style sheet). You can also
change the outline color, style and thickness.
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-dev

