MyBB Community Forums

Full Version: Internet Explorer Javascript Issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Ok, I checked the site

http://validator.w3.org/check?uri=http%3...ator%2F1.3

That is the validation report.

You need to go through the HTML and make sure it validates. That will help things to work. I am losing count of the amount of times you are loading jQuery - do check that the No Conflict you have for the gallery show is also applicable to the sidebar etc.

I did tell you to remove the link to the login on the element we added the onclick to.

Re the theme - Reksio - notorious for being buggy as heck.
Wow, lota errors there xD. I fixed about 15-20 of them (mostly related to js stuff), but nothing actually fixed itself. Still, nice to know some things are a tad more tidy now. Unfortunately, it's a bit late to abandon the reksio theme at this point in the site's creation.

The problem with using the second code you gave me and removing the link is that it causes the login button to vanish entirely, making it impossible to login at all. Adding the link in makes it reappear and the login box does function. The box just can't be closed is all (except in Internet Explorer--in other browsers, it stays open). Originally, you could open the login box and clicking anywhere outside of it would reclose it. I'm okay with just clicking the login text only to close it, but even that's not working except in IE xD
Kylin, I am pretty sure I can get this to work Big Grin

it might be a LOT faster if you just gave me an ACP logon and the rights to manage templates.

And fixed. Looks nice.

if you want a fade effect instead of the slide, try this code instead

onclick="Effect.toggle('menu_dropdown', 'appear');"/>
Pages: 1 2