I am using the Newsflash theme. In IE 6 the right sidebar kepes moving to below the content. It doesn't happen in any other browser or any other version of IE 6. Are there any fixes that I can apply?

Comments

themba’s picture

I had the same problem and found 2 possible reasons

1 - On the roople website they say you should make the change as below in the style.css file but this didn't change anything for me.
#main {
float: left;
width:100%; (Change this to 99%)
}

2 - If you are using rotor ad or anything ells that make use of the views module in the right side bar then make sure that in views for that item that under the heading Basic Settings the "Style:Example" option the width is about 10px less than what your right side bar is set to. You can see what width your right side bar is set to in the Theme settings. This sorted out my problem

Hope this helps as I am fairly new to Drupal as well.