Jump to content

IE9 Working Differently On Different Computers!


justlukeyou

Recommended Posts

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"> </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;
}

  • 4 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.