Jump to content

Transparent Chat box


airesofwar

Recommended Posts

Anyone know how to make this chat box code below transparent background. The background is black and on my site I have everything transparent but this chat box does not follow the CSS I added. So basically I have everything transparent then a black chat box. Kind of stands out! <param name="movie" value="http://matrixchat.chatango.com/group" /><param name="AllowScriptAccess" value="always" /><param name="AllowNetworking" value="all" /><param name="AllowFullScreen" value="true" /><param name="flashvars" value="cid=1274992909435&a=000000&b=100&c=ca1515&d=0099FF&e=000000&g=0066FF&h=000000&j=0066FF&k=666666&l=0000FF&m=0000FF&n=ca1515&p=12&q=0000FF&r=100&s=1&t=0&aa=1" /><embed allowfullscreen='true' allownetworking='all' allowscriptaccess='always' flashvars='cid=1274992909435&a=000000&b=100&c=ca1515&d=0099ff&e=000000&g=0066ff&h=000000&j=0066ff&k=666666&l=0000ff&m=0000ff&n=ff0000&p=12&q=0000ff&r=100&s=1&t=0&aa=1' height='450' id='emb_1274992909435' src='http://matrixchat.chatango.com/group' type='application/x-shockwave-flash' width='250'></embed></div>

Link to comment
Share on other sites

Adding a <param name="wmode" value="transparent" />You appear to be missing an <object> tag though. I'm supposing this is a Flash document that's being embedded.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...