VaporAction
01-10-2007, 07:26 PM
I'm building a site that has an omnipresent nav bar at the top using position: fixed; and z-index to place it so that everything scrolls beneath it...my embedded swf file responds differently depending on whether or not I use an image in the nav bar...
Here's the 2 scenarios (IN BOTH, I HAVE SET 'WMODE'='TRANSPARENT')...
1. nav bar with images
- swf scrolls over top nav bar (not good!)
2. nav bar with only html
- swf scrolls underneath nav bar (good!)
the question is--why would the images make a difference?
Here's the 2 scenarios (IN BOTH, I HAVE SET 'WMODE'='TRANSPARENT')...
1. nav bar with images
- swf scrolls over top nav bar (not good!)
2. nav bar with only html
- swf scrolls underneath nav bar (good!)
the question is--why would the images make a difference?