I have a very long text with indented lists and when I have Scroll Box (css) enabled, on firefox it is ok, but on ie6 some of the text is displayed outside of the scroll box and on ie7 the misplaced text is missing. In the preview, everything looks fine. It only breaks on the live site.

Attached is the text I cut and paste into the T&C area.

CommentFileSizeAuthor
DOCS__1690731_v2_MAJ_I_Terms_of_Use.txt23.25 KBmorganhua

Comments

robert castelo’s picture

Status: Active » Closed (won't fix)

Check the CSS of the theme you're using, it may be interfeering with the CSS scroll box.

morganhua’s picture

You were correct, I found it was the following lines in style.css in the zen theme. Once I commented out the lines, it worked properly.

ol, ul, dl {
position: relative;
}