April 29, 201511 yr Root Admin comment_164823 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. Report
April 30, 201511 yr comment_164827 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. Report
May 1, 201511 yr Author Root Admin comment_164847 Fixed, thanks for suggestions, I was considering that beforehand :P Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.