I'm currently working on a website at http://madgamers.net/test While it works okay-ish on firefox, the login module in the top panel can't be seen in IE, and if you go to one of the videos, IE hides the whole page. I'm using IE 7. Any ideas?
I suggest you to first fix site errors http://validator.w3.org/check?uri=h...(detect+automatically)&doctype=Inline&group=0
Well I don't have access to IE at the moment, I would probably suggest that you "rethink" the top bar. At the moment I can not find any way to login/register to your site without using that stupid drop down thing. Apart from the fact that very few user will notice it there, let alone be willing to click on the "Top Panel" the site is completely non usable with JavaScript disabled. I may be wrong, but I couldn't find a way for me to login to the site without JS on, and I frequently browse with it off. I would suggest that you rethink this. And as coder999 has suggested, a good start to solving your cross browser issues is to validate the code, (yes I know you are using Joomla, so that WILL be a pain in the ass...) I know 151! errors may seem like a lot, once you correct one lots of the others may disappear. FYI: It may be of interest to you that you can install multiple IE's on one machine so that you are not limited to IE7, here is a link. Nick
Well, I was able to fix the login issue using some CSS, but the main body still disappears on video pages in IE. I will try to fix up some of the code, but I think that's not where the problem lies... (Btw, you ran a validation on the root, which is showing fine in IE, the validation on the error pages has 93 errors) Will also try to think of something for non-javascript users. Any more ideas?
[Solved] Didn't need to make it validate, the problem was in the IE-specific CSS. Most of my IE problems seem to come from that in the case of pre made templates.