Skip to:
Content
Pages
Categories
Search
Top
Bottom

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


3sixty
Participant

@3sixty

THANK you, r-a-y – this works fine. It’s still a bit of kilter, but at least it’s at the top and I can deal with the rest later.

I can understand why IE6 would not be supported. Unfortunately, lots of people out there still use IE6, many not by choice. This was actually brought to my attention by one of my users, who only has access to IE6 at her organization.

A couple other hacks that may help people dealing with IE6 issues…

To keep large post images from collapsing the sidebar

.post img {

max-width:400px;

width: expression(this.width > 400 ? 400: true); /*IE6 hack*/

}

To keep the sidebar from collapsing altogether (ie, when the user narrows the browser window: get rid of the max-width and min-width properties of body {}. Set a fixed width.

Skip to toolbar