The problem is that about ie6 browser. The main page of my site, the blocks in the right sidebar display at the bottom of the page.

CommentFileSizeAuthor
right-sidebar.jpg66.83 KBrootbalans

Comments

derjochenmeyer’s picture

Status: Active » Postponed (maintainer needs more info)

check if editing the ie-fix.css has any effect... edit the width of the middle-content area.

rootbalans’s picture

Title: ie6 problem » ie6 problem resolved

I changed the following line in ie-fix.css. The problem resolved.

.sidebars #middle-content {
-  width:56%;
+  width:55%;
  float:left;
}

Thank you for your help

derjochenmeyer’s picture

Title: ie6 problem resolved » IE6 displays sidebars at page bottom
Status: Postponed (maintainer needs more info) » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.