Remove dotted outline

Q&A about the latest versions
Post Reply
Velociped
Posts: 22
Joined: Sun Jul 17, 2011 11:45 am
Location: Switzerland
Contact:

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();" >
Post Reply