I'm at a loss here and need some help to figure out what I'm missing here.

I just installed this module and set everything up to test the module and see if it is what I'm looking for, and even though it fits my needs perfectly, the tabbed block displays perfectly in every browser except Internet Explorer- even in a compatibility view.

Here is the website link, and you can see what I'm talking about. Since I am an artist and not a programmer, I would appreciate any help I can get with this.

http://www.hardrivinteractive.org

Comments

joetsuihk’s picture

what IE are you using?

From my IE8, even the theme is not working. The theme work if tabbed block is removed?

Joe

Shadow-Hawk’s picture

I'm using the IE 8 but I'm in compatibility mode

joetsuihk’s picture

The theme work if tabbed block is removed?

joetsuihk’s picture

Status: Active » Postponed (maintainer needs more info)
Shadow-Hawk’s picture

yes, the theme works in IE if the block is removed

Shadow-Hawk’s picture

Status: Postponed (maintainer needs more info) » Active

yes it does work if the block is removed

joetsuihk’s picture

try to comment tabbed_block.css line 1 to line 13.

Also, can you try the dev version?

Joe

Shadow-Hawk’s picture

Sorry, I know this is gonna sound stupid, but remember, I'm an artist trying to learn script and code here.

When you say comment lines 1 to 13 , what should I comment them with. I do know which file you are talking about, but I'm a bit unfamiliar with commenting to fix for IE stuff.

joetsuihk’s picture

o. Sorry. you can comment lines in CSS files using /* */

For example,

.tabbed_block {
  /*
  float:left;
  position: absolute;
  */
}

in above example, you commented two lines in between.

I suggest you use a editor with syntax highlight for css, like notepad++, for these editing work.