IE9 Working Differently On Different Computers!

Hi,

I’ve been trying to learn CSS/HTML and PHP over the last six months to complete a site. It seems to appear fine across all the browsers IE9/IE8/Chrome and Firefox.

I asked my mate to log in to my site. However he was using IE9 on a laptop and the login button would not load. I am quite shocked by this as it works fine when I have viewed it on IE9.

Im gutted as a dont know how widespread this problem is. Any suggestions on what I can do to improve things?

			  	<div class="registerinputright">
            <label for="loginSubmit">&nbsp;</label>
            <input type="hidden" name="loginSubmit" id="loginSubmit" value="true" />
							<div class="user-area">
 <input type="submit" value="Login" class="submit-button" />
		</div>	
		   	</div>	
	
		</ul>
        </form>  

.registerinputright{
   float:right;
   width:59%;
font-family:Verdana, Geneva, sans-serif;
 font-size:100%;
}

.user-area {
width: 74%;
float: right;
	margin-top: 0px;
}

.user-area input, #contact-area textarea {
	padding: 5px;
	font-family: Helvetica, sans-serif;
	font-size: 140%;
	margin: 0px 0px 0px 0px;
	border: 2px solid #ddd;
}


.user-area textarea {
	height: 90px;

}

.user-area textarea:focus,
.user-area input:focus {
	border: 2px solid #6696F5;
}


.user-area input.submit-button {
	width: 100px;
	margin-top: 10px;
}





Hi,

It might be a caching issue (i.e. one of your browsers has some cached files, that the other doesn’t).
Can you provide a link to the page in question and I’ll check it out on IE 9.
This should at least give you some idea as to the scope of your problem.

It’s quite unlikely to be down to the fact that IE9 works differently on different computers.

Get your friend to hold down the CTRL key and hit the F5 key a few times to force a fresh load of the site.