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

Link to comment
Share on other sites

  • 4 weeks later...
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.