I have this website retro-arcade.com,when i hit the red button(to go back to main menu) the image disapears in ie (and chrome),i have the code for onmouseout and onmouseover but i dont have it for onclick. Can someone help me with this?I have 5 dollars in my paypal account.
What image? And what do you mean by disappear? I've tested now in Firefox, Chrome and IE, and they all work fine.
The website seems to work fine for me in all browsers when you click the red button. I am not sure what image you are talking about. I like your website design, the joystick navigation is pretty cool.
In IE and Chrome if you hit the red button quicly(dont wait for the hoover effect,hit the button quickly) it will disapear(dont hit the button if you are on the main menu because thats in flash,only on a game page),I think that happens because i dont have a code for onclick only for onmouseout and onmouseover
I can barely see what you're talking about on a couple of games, but it only happens for a second (at most) and seemingly only the first time it's clicked - as the page / flash animation reloads, it's back. So I don't think it's a big problem.
My question would be why are you trying to trap onclick to do an anchor's job, and why are you using onmouseover and onmouseout to do CSS' job? WAIT, no! You don't have JavaScript doing that, you have ActionScript in the SWF doing that... so .. you're asking in the wrong place. Of course the gibberish markup with tags like FONT that have no business on any site written after 1997... not helping.
The actionscript is only on the main page where the main menu is,on the rest of the pages(where the games are) is javascript.