Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash image hides DHTML menu

Status
Not open for further replies.
As far as I know Flash elements and select boxes always appear above every other element on the page. That means there is nothing you can do but put your flash inside a <div> element and hide it after animation is done and put another <div> there with just the picture. Strange, but it could work.
 
there is javascript out there that will accomplish what you want -- shoot try a search on google for what you are trying -- i have seen it but it doesnt appeal to me as i try and keep my native elements native!

sigh///i @#%^&* hate the middle of a slow week

<signature>
sometime you just gotta say &quot;WHAT THE @#*% !!&quot;
</signature>
 
Here is the solution for future reference:
Place the following code in your <object> tag:
<param name=&quot;wmode&quot; value=&quot;transparent&quot; />

Viola!
 
thats only IE compatible

<signature>
sometime you just gotta say &quot;WHAT THE @#*% !!&quot;
</signature>
 
deecee:
Would you mind giving me a link to the Javascript that will resolve the issues in other browsers? I don't know what I would search for in Google.
Thanks,
SC
 
right in NN7 it does work -- if it were me designing thats all i would care about -- but does anyone here know what the percentage of NN users areat 7 -- i could check but i feel really lazy this friday

<signature>
sometime you just gotta say &quot;WHAT THE @#*% !!&quot;
</signature>
 
&quot;sigh///i @#%^&* hate the middle of a slow week &quot;

Why do you swear all the time?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top