English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i have asked this Q before, but i dn't really understand how to do it! im just wandering if this time someone could suggest an easier way.. hopefully! its that horrible line around flash that you have to click first to activate it before you can use the flash content! some websites i went through has flash but no outline!! HELPPP

2007-05-22 04:24:44 · 3 answers · asked by elle66 1 in Computers & Internet Programming & Design

3 answers

Put the following code in a file called ieupdate.js

(obviously there shouldn't be a new line before ("object") but if I don't put that in Answers truncates it.)

==
theObjects = document.getElementsByTagName
("object");
for (var i = 0; i < theObjects.length; i++) {
theObjects[i].outerHTML = theObjects[i].outerHTML;
}
==

Then put the following code after your object tag

==

==

(If you have a few object tags in your page you can put this line just once at the bottom but then you might briefly see the border)

2007-05-22 04:51:59 · answer #1 · answered by lizard_flea 1 · 1 0

Hi Lizard!
I have been trying to get rid of that too.
I would try your code, but there is something missing (truncated by the editor:)
document.getElementsByTagName(...
What is after the (... ?
Thanks!

It works! Thanks a lot. My stars for you.

2007-05-22 06:11:22 · answer #2 · answered by just "JR" 7 · 0 0

im not sure how to rid of it, but correct me if i'm wrong... that line is only used in Internet Explorer? Get firefox ;)

2007-05-22 04:31:34 · answer #3 · answered by Anonymous · 0 0

fedest.com, questions and answers