Root Admin Chewett Posted April 29, 2015 Root Admin Report Share Posted April 29, 2015 http://i.imgur.com/iT32kwl.pngWhen clicking on any small tab squares (achievments, pl, etc)It redirects to /dlg/ giving a 404... BAD IE!Spend a while mucking around with it, all basic solutions are not cross browser. Quote Link to comment Share on other sites More sharing options...
I am Bored Posted April 30, 2015 Report Share Posted April 30, 2015 After thinking about it, I realized, why do they need to be links at all? The answer: They don't. Move the onclick and title attributes onto the image, and add `style="cursor: pointer"` to that image, then remove the outer `<a>` that we just removed the onclick and title attributes from. We now have a link-less link, and thus, nothing for chrome or IE to try to navigate to. Quote Link to comment Share on other sites More sharing options...
Root Admin Chewett Posted May 1, 2015 Author Root Admin Report Share Posted May 1, 2015 Fixed, thanks for suggestions, I was considering that beforehand :P 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.