Re: Login moved from sidebar to admin bar
I figured out why this isn’t working in IE7. For some reason, IE 7 doesn’t add the closing /li tag to “li class=bp-login no-arrow” so the form gets lumped into that li.
The problem is I have “bp-login no-arrow” hidden so everything in it including the form gets hidden as well. You can see exactly what I mean here: http://bit.ly/bVtufR
Is there any way to fix this?
-edit- I fixed this by adding li tags around the form.