This is really a browser issue, but I can't find any help on the subject
anywhere else, so hopefully someone here has run into this problem before.
I'm trying to position a shockwave movie on a web page. It works fine in IE,
but mozilla and netscape won't position the movie, they only position its
surrounding div tag. Here is my code:

css:
#'shock {
position: absolute;
left: 100px;
top: 100px;
}

<div id="shock"> [shockwave movie.dcr] </div>

Has anyone else run into this issue before? Can anyone help me? Or am I
doomed?