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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Delete top Div/Layer

Status
Not open for further replies.

KevinCO

Programmer
Oct 2, 2001
45
US
Hi, I want to put a top layer on my web page main page that is a Flash animation with a transparent background, after the animation is done, I would like to hide/remove the top layer, is this possible in javascript?
 
function hideme(who) {
who.style.visibility = "hidden";
} ---------------------------------------
wmail.jpg


someone knowledge ends where
someone else knowledge starts
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top