Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Move Login Fields into Buddybar (Adminbar)


2999261
Inactive

Thanks for the answer. It works exactly like I intended in FF, Chrome, and Safari. In IE, not so much. The User/Password fields and Login / SignUp buttons hang slightly off the page to the right (creating a horizontal scroll bar), but when I hover over the pre-existing signup link on the left side of the adminbar, the login jumps back to the left where it’s supposed to go.

Here’s the CSS code I have:

#search-login-bar2 {

position: absolute;

top: 3px;

left: 500px;

width: 501px;

border: 0;

padding: 0;

margin: 0;

text-align: right;

}

#search-login-bar2 #login-form, #logout-link {

float: right;

width: 500px;

}

#logout-link img {

vertical-align: middle;

}

(I changed the class to add the 2 on the end so it wouldn’t conflict with the base.css)

Skip to toolbar