???
12-24-2008, 09:50 PM
I think the solution (if there is one) is JavaScript. That's why I'm posting here. Sorry if it's the wrong place. Using this HTML:
<object
data="test.swf"
type="application/x-shockwave-flash"
style="left: 50px; top: 50px; z-index: 5; width: 100px; height: 100px; position: absolute;"
wmode="transparent"
quality="medium">
</object>
In FF there is a dotted gray border around it if I click on it. Has anyone else encountered this? I tried adding "border-style: none;" to the style and it didn't work. I've found stuff about a dotted gray border in IE, but I can't find anything about it in FF. Anyone have any ideas?
Stephen
PS "test.swf" had nothing in it except some green lines, so I don't see any point in uploading it.
<object
data="test.swf"
type="application/x-shockwave-flash"
style="left: 50px; top: 50px; z-index: 5; width: 100px; height: 100px; position: absolute;"
wmode="transparent"
quality="medium">
</object>
In FF there is a dotted gray border around it if I click on it. Has anyone else encountered this? I tried adding "border-style: none;" to the style and it didn't work. I've found stuff about a dotted gray border in IE, but I can't find anything about it in FF. Anyone have any ideas?
Stephen
PS "test.swf" had nothing in it except some green lines, so I don't see any point in uploading it.