Closed (won't fix)
Project:
Legal
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2007 at 00:54 UTC
Updated:
13 May 2007 at 21:11 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| DOCS__1690731_v2_MAJ_I_Terms_of_Use.txt | 23.25 KB | morganhua |
Comments
Comment #1
robert castelo commentedCheck the CSS of the theme you're using, it may be interfeering with the CSS scroll box.
Comment #2
morganhua commentedYou 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;
}