width of login in IE
We've got a glitch with the log-in screen (name and password box) when viewed with Internet Explorer. The width is truncated by nearly half. Its working fine with both Chrome and Firefox. Check it out at:
janedoeinc.memberlodge.org We have a lot of custom CSS code which is altering the look of the page and login box.And I can't figure out where in the CSS this needs to be adjusted. When I tried widening the table by using CSS (#ctl03ctl02loginViewControl_loginControl {width:270px}) it messed up the login box in all platforms. Does anyone have a suggestion?Thanks.
-
Fluid Apricot commented
Made the change for you, see if it displays properly now.
-
Toni Troop commented
Thanks for the feedback...but I'm still having difficulty.
Guess I'll have to turn to the experts who can read through the CSS code and see where there's an error.
-
Fluid Apricot commented
That is correct, the width of #loginData needs to be increased to 270px.
-
eels commented
Not really sure if this is it, but if you look for this line in theme.css:#idLoginContainer #loginData { float: left; width: 174px;}That could somehow make IE think the box is only 174px instead of 270px. Hope it helps!
-
eels commented
Not really sure if this is it, but if you look for this line in theme.css:
#idLoginContainer #loginData { float: left; width: 174px;}That could somehow make IE think the box is only 174px instead of 270px. Hope it helps!