I've been scratching my head for three days now and wondering what is the problem with my theme. I am using Amity Island theme which I modified to increase the width of the right sidebar. It is working fine with the latest version of any browser except for the IE 6.0. In IE 6.0 the right side bar move at the bottom of the page.

I cannot debug this using firebug since it is available only on firefox. Anyone would like to help me? My website is http://www.sourcecodester.com/. Please open this on IE 6.0 to see the problem.

Comments

scoutbaker’s picture

First, the General discussion forum isn't for technical questions. This is obviously a Theming question (with it's own forum).

My first (and only) question is: does it work with an unmodified copy of the theme? If so, you've narrowed it down to the specific changes you made. If not, check the support queue for the theme. Maybe someone else has seen this with that particular theme.

jaypabs’s picture

Sorry for posting this on the wrong forum.

Yes the original theme works on IE 6.0.

update: I just installed IE Developer toolbar to debug IE 6.0. First I resize the right sidebar to 300px. I found out that in the original theme the clientWidth and offsetWidth is 200. But in mine is equal to 310. It should be (I think 300). But I don't know about this attribute. I just change all 200px size in the original theme to 300px.

2nd Update: I temporarily change the width from 300px to 310px to fix the problem in IE 6.0. But I still wanted to work this on 300px.