Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: New Default BP theme: admin bar drops to bottom of page in IE6

Using this will completely fix the admin-bar in IE6, even when using fluid width.

body {
position: relative;
}
* html #wp-admin-bar {
position: absolute;
}
* html #wp-admin-bar .padder {
width: 100% !important;
}

Skip to toolbar