Re: Fix required in css100_morpho theme |
Subject: Re: Fix required in css100_morpho theme by JMorris on 2007/12/8 9:27:56 Line 24 of style.css: Comment out or remove the absolute positioning. The float: left; takes care of the positioning. #xo-canvas-leftcolumn {float:left; /*position: absolute; left: 0; top: 100px;*/ width: 175px; } Tested in IE6/IE7/FF2. I hope we can get away from that overly complex theme code. Themes don't need that level of complexity. |