This is a potentially perfect theme. Very nice work.

I have no problems with the display in Firefox with sidebar on right. In IE6 the sidebar displays below the main content column.

Comments

robonoob’s picture

gtoddv,

thanks for tell me that bug.

yes, I just knew that and I'll fix asap. I'll let you know once it is ready.

gtoddv’s picture

Thanks! You really have something there. That could be the jumping off point for all kinds of designs. I tried the relection theme and am having the same problem. I hope the fix isn't too much of a headache for you.

Thanks again.

robonoob’s picture

Assigned: Unassigned » robonoob
Status: Active » Fixed

The layout problem in IE, together with other problems, was fixed.

Sorry that as I developed it on Opera, I forgot to test it on IE.

Please report more issue on IE. Thx.

gtoddv’s picture

Status: Fixed » Active

I still can't get it to work. I downloaded the 4.6.0 and the 4.6.0-cvs versions. Niether one fixed the problem. Thanks again for you help. If I am downloading from the wrong place just let me know.

enxox’s picture

The same problem for me. I can't find the patched version. I've the same problems for Plain1

robonoob’s picture

Sorry to all,

yes. I knew the problem and I fixed that.

However, somehow I got the problem in cvs. I cannot update the fixed version to the cvs tree. I am reading handbooks to get understand what I am missing....

I wish I can fix that soon....

robonoob’s picture

Status: Active » Fixed

Hi all,

Somehow I managed to update the DRUPAL-4-6 branch. I'll re-read all the stuff about cvs again.

please try the theme again.

gtoddv’s picture

As far as I can tell, I have the updated version and I still have the same problem. Don't get it. Most of the files are dated 3/20 and I have seen your test site using IE6. So this should work. Let me know what I can do to help.

vthirteen’s picture

Status: Fixed » Active

just tried with release dated march 30th and still buggy. thanks for the great theme anyway.

herni7881’s picture

the right side bar display on the bottom left of the main content

fyi,
i'm using firefox browser

seaneffel’s picture

I have this problem too.

Looks good in Firefox and Safari, bad column problem in IE. Take a look at my install...

http://www.schottfellowship.org

Be happy to help figure it out, but I don't have much skill in terms of coding and css.

seaneffel’s picture

I changed this main content width value in the .css file from 48em to 550px. It seems the relational width was causing the column to be too wide and forcing it to render below the sidebar column. Its tested in Firefox, Safari, IE new and old, and gives the results as expected.

Its probably not a proper fix and might louse up some other part of the layout, but at least I found the item that is creating the problem. Someone with better skills than me can dream up a better solution.

/* width = content + left sidebar */
body.sb-left div#main-content, body.sb-left div#main-content .verticalalign
{
width: 550px;
}

gtoddv’s picture

Hey, thanks for posting that! You're right, if it isn't the proper fix, it may lead to one. But I bet it will solve the problem for all of us.

Thanks