I have a 720 x 576 pixel video and it is shocking that one popular browser, Firefox 17, is taking up a width that is far beyond what Internet Explorer 9 and Google Chrome 23 are taking (other...
The only driver it would not rule out would be the hardware device that connects you to the network, but that is rarely a problem, although I believe there have been rare instances where it was. ...
The "redirection" is clearly in the header function. Have you verified that page exists: copy the entire URL into the browser address and click...you should not get a "page not found/404" error
...
Check all your relevant hardware drivers and make sure they are the latest version. This often means identifying the hardware (maker + model/product name/number) and going to the maker's site to...
You have specified the height property in the nav element. Have you considered that to be the problem?
Consider also playing with the marginproperty to adjust your content for all browsers. This...
This problem I have could come from the server or client side, so since I am using PHP, I will put it here. (If I don't get an answer, I will post to Javascript/Ajax forum.)
I was suggesting my code to replace only your .setAttribute() method, not particularly for anything else. I did not check your code for the User object you created, for example.
1. I have one Main.HTML document (is a "modular" chemistry calculator) which does Ajax requests to load in XHMTL documents (each has a single external JS file too) which are parsed in the xmlResponse...
if (parag.addEventListener) // for Mozilla and friends
parag.addEventListener("click", this.clickFunc, false);
else if (parag.attachEvent) // for IE
...