ajaxiskey Posted August 10, 2010 Share Posted August 10, 2010 To View The Problem 1. http://www.oddim.com/ 2. Login as test/test 3. Hit Update Status 4. Notice how when u click the red x the onClick doesn't run Doesn't work on Firefox, that is the problem... Any ideas? Quote Link to comment Share on other sites More sharing options...
AtlasC1 Posted August 10, 2010 Share Posted August 10, 2010 I can't even manage to log in as test/test. Post the HTML/javascript you are trying to run. Quote Link to comment Share on other sites More sharing options...
ajaxiskey Posted August 10, 2010 Author Share Posted August 10, 2010 test/test works fine... are you using firefox? also the code runs fine if it is the only code on the page... but when it is included with my entire code, when i click the image the onClick doesn't trigger... <div id="ERRORBOX" style="position: absolute; left: 50%; top: 50%; width: 200px; height: 150px; margin-left: -100px; margin-top: -75px; background-image: url('images/errorbox.png'); visibility: hidden;"> <div style="margin-top: 2px; margin-left: 2px; width: 196px; background-color: #121212; text-align: center; color: #FF0000; padding-top: 1px;">ERROR</div> <div id="ERRORBOX2" style="position: relative; top: 30%; color: #FFFFFF; text-align: center;"></div> <img style="display: block; position: absolute; bottom: 6px; right: 6px;" src="images/x.png" onClick="document.getElementById('ERRORBOX').style.visibility='hidden';"> </div> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.