Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.8K
~248 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for drfarzad

ardav is on the button. I had the same problem as you on one of my sites. Setting wmode to opaque solved the problem. Understand that you have to add it BOTH to the object AND to the embed. In the object: [CODE]<param name="wmode" value="opaque" />[/CODE] In the embed: [CODE]wmode="opaque"[/CODE]

Member Avatar for kk6terry
0
96
Member Avatar for mgn2683

If you're going to use CSS inline you need to take out the quotation marks inside the style tag: [CODE]style="background: url(http://djfades.com/images/main_bg.jpg) no-repeat "[/CODE]

Member Avatar for kk6terry
0
152

The End.