Active
Project:
art4 green
Version:
6.x-1.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2008 at 17:12 UTC
Updated:
7 Nov 2008 at 10:19 UTC
I don't know it is my IE7's problem or else. But the right sidebar keeps floating at the right bottom of the whole page.
I took a look of the demo site. It is the same.
Firefox works fine but IE7.
Please help. Thanks
Comments
Comment #1
steve169 commentedI met the same problem with you.
Fixed it by edit the layout.css
#sidebar-right {
float: right;
margin-left: -100%;
width: 220px;
padding: 5px 8px 20px 2px;
}