On my fixed version site, I:
<object type="application/x-shockwave-flash" data="uppod.swf" width="560" height="370">
How does the element tag <object>
react?
object{
width:100%;
max-height:100%;
}
This does not work.
How do I change the attributes width="560" height="370"
?
source
to share