Active
Project:
Tabbed Block
Version:
6.x-1.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2011 at 22:11 UTC
Updated:
23 Jan 2012 at 15:45 UTC
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.
Comments
Comment #1
joetsuihk commentedwhat IE are you using?
From my IE8, even the theme is not working. The theme work if tabbed block is removed?
Joe
Comment #2
Shadow-Hawk commentedI'm using the IE 8 but I'm in compatibility mode
Comment #3
joetsuihk commentedComment #4
joetsuihk commentedComment #5
Shadow-Hawk commentedyes, the theme works in IE if the block is removed
Comment #6
Shadow-Hawk commentedyes it does work if the block is removed
Comment #7
joetsuihk commentedtry to comment tabbed_block.css line 1 to line 13.
Also, can you try the dev version?
Joe
Comment #8
Shadow-Hawk commentedSorry, 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.
Comment #9
joetsuihk commentedo. Sorry. you can comment lines in CSS files using
/* */For example,
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.