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
2 Posted Topics
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]
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]
The End.
kk6terry