Internet Explorer ver 7 Login Issue on Rollbase Platform ver

Posted by Rollbase User on 26-Feb-2012 22:26

Good Day! As part of testing the new functionalities in 3.4. We've found out that the Login page is not showing on IE ver 7. We're just concern because some of our client is still using this browser. Please see below screenshot. Let me know if you have any other questions on my queries. Thanks !

All Replies

Posted by Admin on 29-Feb-2012 00:29

up

Posted by Admin on 29-Feb-2012 10:42

Hi Romel,



I have taken a quick look but the reason for IE7 not rendering the form is hiding from me. Do you happen to know where the problem lies or able to do some debugging to find out?



Thanks,

Matt

Posted by Admin on 29-Feb-2012 11:57

Hi Matt,



I think Romel can't quite answer you on this one since he's our QA =) hehe.



Anyway, try adding this to your css (this will only hit IE browsers).



html,body { *width:100% !important; *display:inline-table; }

body { _text-align:center; }

div#container { *position:static !important; }

#main,#footerhome { *z-index:-1; }

#pagecontainer { _width:943px; }

#headermenu { *position:relative; _position:absolute; *margin-top:50px; *left:0; *right:0; _top:0; *width:auto; }

div.menuhovercontent, div.menuhovercontent div { *white-space:normal; }

div.menuhovercontent div { *position:relative; }



This should make it work with ie7 and IE6 and 5 partially with the exception of the hover menu. I think that's in the jquery code you used. Couldn't get it to stay within it's bounds using css.



Anyway, since we have doctype for IE now you don't have to worry about IE6 and 5 since they're obsolete.



Hope this helps and hope you can apply this asap.

We really need this =)

Piscoso Martin

Rollbase PH


Posted by Admin on 29-Feb-2012 12:45

Martin, Thanks!



Romel, I just applied this in our public CSS. Can you check if this is working for you now in older IEs?



Matt

Posted by Admin on 06-Mar-2012 03:30

HI Matt,



Thanks Menu & Login page now works on IEv7.

This thread is closed