Hi,

The vote widget collapses when I use internet explorer. Please refer to the images attached. I can stick click on the small vertical bar that you see in the ie image.

CommentFileSizeAuthor
votebug.PNG5.52 KBtaqwa

Comments

Joe Malik’s picture

Hey Lukas2000,

getting IE7 to work with vote up/down is pretty easy. Just change the width-attribute in vote_up_down.css.
In detail:

.vote-up-act, .vote-up-inact, .vote-down-act, .vote-down-inact, .up-inact, .down-inact {
  display: block;
  text-decoration: none;
  width: 15px;
  height: 16px;
}
.vote-up-act, .vote-up-inact, .vote-down-act, .vote-down-inact, .up-inact, .down-inact {
  display: block;
  text-decoration: none;
  width: 33px !important;
  height: 16px;
}
taqwa’s picture

Status: Active » Fixed

worked like a charm. Thanks Joe!

Anonymous’s picture

Status: Fixed » Closed (fixed)