Hi, i have noticed that in IE 6 the menu or any other block on the right side is not shown. it is just empty space. the main blocks are fine.

CommentFileSizeAuthor
#1 1.JPG135.4 KBpandha
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pandha’s picture

FileSize
135.4 KB

cant edit the issue, but just checked my stats and last 30 days i had 18k visitors using IE 6, so it is quite important.

6.0 18,231 27.63%

thanks

antsin’s picture

Status: Active » Closed (won't fix)

Hello there,

I'm very sorry BlogBuzz theme doesn't support IE6. It was designed for modern browsers only. There are so many talks about drop IE6, so no need for me to explain why. I understand your situation but we won't fix this issue.

bkmatwa’s picture

Amen Antsin! IE6 should be removed from all computers in the world (wonder if there is a script to do it?). You think by now that people would have updated their IE browser to at least version 7 by now--not to say IE8 was part of an automatic weekly Windows Update some months back. Heck, even better just use Firefox! :)

Antsin: Awesome theming with your BlogBuzz theme. Downloaded it last night and I'm very happy with it. I particularly like your forum tutorials on your main site. Great job! Thanks.

simakas’s picture

hey folks.

open up blogbuzz.css in themes/blogbuzz/css folder, go to line 144, comment the float: left; line. no side effects seen.

/** sidebar-right **/
#sidebar-right
{
/*  float: left;*/
  width: 300px;
  margin-left: 640px;
  margin-right: -940px;
  padding: 0;  
}