Re: Fix required in css100_morpho theme |
by marcan on 2007/12/8 18:00:35 Ok the theme as been fixed. Thanks James. |
Re: Fix required in css100_morpho theme |
by skenow on 2007/12/8 17:59:51 There is a line in theme.html that refers to backend.php - this has been removed from the trunk because it requires Herve's news module to work. |
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. |
Re: Fix required in css100_morpho theme |
by marcan on 2007/12/8 9:21:33 svn co https://impresscms.svn.sourceforge.net/svnroot/impresscms/trunk/htdocs/themes/css100_morpho |
Re: Fix required in css100_morpho theme |
by davidl2 on 2007/12/8 8:38:22 k |