Transparency and DIV tags

Hello,

Long time lurker, I’ve been able to find a lot of great answers just by searching the forums, but this one is a doozy… I’m not even sure if maybe I should find an HTML forum to post on, but everyone seems quite insightful here… so I hope one of you can help! :toad:

What I have is a menu that has a “Small” state, and a “Big” state. Big just means expanded I guess…

Anyways, I want it to be sitting at the bottom of my page. This “page” will open in a new window at a size of 800 X 600. I know that I can easily place the .swf file at the bottom by using a div tag, position absolute, bottom: 0px. However, when I do this, any text, links, etc, etc, that are “under” the transparent part of my .swf file cannot be accessed. When the menu is expanded this is fine, because these things are being covered by the menu, but when it’s small, I want / need to be able to access these pieces of the page.

Any ideas from anyone?

Thank you in advance!

EDIT: Oops! I will move this post into the Client Side thread… Sorry bout that!