nicky77
10-09-2007, 06:38 PM
Hi, i've just realised my buttons are invisible on IE7, even though they are fine on FF, Safari and IE6! Can't see why this would be happening, there are some CSS rules re the buttons but nothing i've not used before, with no problems previously arising.
Would really appreciate any help as i need to get this sorted asap!
The site is at www.ttfgolf.com/members/login.php
the relevant CSS code is as follows
#loginform {
margin-left:200px;
margin-top:30px;
}
label,input {
display: block;
width: 200px;
float: left;
margin-bottom: 20px;
}
input[type="checkbox"] {
width:15px;
margin-left:30px;
}
label {
text-align: right;
width: 175px;
padding-right: 20px;
}
br {
clear: left;
}
#loginform #formbuttons {
margin-left:197px;
padding-top:10px;
}
#loginform #formbutton {
margin-left:197px;
padding-top:10px;
}
#content #error {
color:red;
margin:0;
padding:0;
text-align:center;
}
#loginform input[type = "submit"] {
width:auto;
margin-right:20px;
}
Would really appreciate any help as i need to get this sorted asap!
The site is at www.ttfgolf.com/members/login.php
the relevant CSS code is as follows
#loginform {
margin-left:200px;
margin-top:30px;
}
label,input {
display: block;
width: 200px;
float: left;
margin-bottom: 20px;
}
input[type="checkbox"] {
width:15px;
margin-left:30px;
}
label {
text-align: right;
width: 175px;
padding-right: 20px;
}
br {
clear: left;
}
#loginform #formbuttons {
margin-left:197px;
padding-top:10px;
}
#loginform #formbutton {
margin-left:197px;
padding-top:10px;
}
#content #error {
color:red;
margin:0;
padding:0;
text-align:center;
}
#loginform input[type = "submit"] {
width:auto;
margin-right:20px;
}