justlukeyou Posted January 4, 2013 Share Posted January 4, 2013 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; } Quote Link to comment Share on other sites More sharing options...
haku Posted January 6, 2013 Share Posted January 6, 2013 What you have looks fine, or rather, isn't enough information to be able to tell you what the problem is. Likely we need a link to the page in question. Quote Link to comment Share on other sites More sharing options...
Frank P Posted January 30, 2013 Share Posted January 30, 2013 Do you view the local version on your machine? And how about the resolutions of the two machines? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.