Page 1 of 1

Remove dotted outline

Posted: Thu Jul 21, 2011 12:45 pm
by Velociped
This might be interesting to some of you: How to remove the dotted outline around the flash panorama! Image

Just add the following line to your stylesheet:

Code: Select all

object, embed {  outline: 0;}
Source: http://css-tricks.com/829-removing-the-dotted-outline/


Does anybody know how to set the focus on the panorama after loading without any clicking? So the user can start right away using the arrow-buttons or the mouse-weel to navigate.

I guess something like this, but how to address the flash-object?

<body onload="document.links[' ????? '].focus();" >