DIV Help

Soldato
Joined
27 Mar 2004
Posts
14,081
Location
Between Realities
This is the code I'm using on my myspace page.

Code:
<div style="position:absolute; top:840; left:70"; >
<object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="298" width="371" data="http://www.youtube.com/v/qBQf4KFzgW0">
  <param name="allowScriptAccess" value="never" />
  <param name="allowNetworking" value="internal" />
  <param name="movie" value="http://www.youtube.com/v/qBQf4KFzgW0" />
</object>
</Div>

It's just a link to a fantastic muse Vid. But anyways.

I want to make the background solid, So that no content underneath the Div, Shows through.

Can anyone help?
 
Back
Top Bottom