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.
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
Comment #1
robonoob commentedgtoddv,
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.
Comment #2
gtoddv commentedThanks! 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.
Comment #3
robonoob commentedThe 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.
Comment #4
gtoddv commentedI 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.
Comment #5
enxox commentedThe same problem for me. I can't find the patched version. I've the same problems for Plain1
Comment #6
robonoob commentedSorry 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....
Comment #7
robonoob commentedHi 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.
Comment #8
gtoddv commentedAs 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.
Comment #9
vthirteen commentedjust tried with release dated march 30th and still buggy. thanks for the great theme anyway.
Comment #10
herni7881 commentedthe right side bar display on the bottom left of the main content
fyi,
i'm using firefox browser
Comment #11
seaneffel commentedI 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.
Comment #12
seaneffel commentedI 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;
}
Comment #13
gtoddv commentedHey, 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