2007/12/7 18:46:46
|
---|
|
Fix required in css100_morpho themeHi,
There is a problem with the css100_morpho theme. The footer go under the left column. Can one of our clever designer fix this please ? Thanks ! Attach file: imgA_2007-12-07_00.gif (0.00 KB) |
2007/12/7 18:53:56
|
---|
|
Re: Fix required in css100_morpho theme2 other things to fix:
1) The logo 2) The date at the bottom is a fixed graphic |
2007/12/8 6:59:07
|
---|
|
Re: Fix required in css100_morpho themeTry this...
<hr class="clear" /> hr .clear {
border:0px solid #FEFEFE;
background-color:#FEFEFE
height:1px;
} When CSS is disabled (by screen readers), this creates a nice, clean separator to the content. |
_________________
JMorris (aka James Morris) ImpressCMS Professional Services: INBOX International inc. James Morris Online | Frolicking on the playground that is the Internet... |
2007/12/8 7:04:07
|
---|
|
Re: Fix required in css100_morpho themeWhere do you suggest we put this :
<hr class="clear" /> |
2007/12/8 7:11:56
|
---|
|
Re: Fix required in css100_morpho themeGood work!
Just needs the footer image correcting, and the logo. |
2007/12/8 8:00:04
|
---|
|
Re: Fix required in css100_morpho themeQuote:
Right before the footer div. |
_________________
JMorris (aka James Morris) ImpressCMS Professional Services: INBOX International inc. James Morris Online | Frolicking on the playground that is the Internet... |
2007/12/8 8:27:57
|
---|
|
Re: Fix required in css100_morpho themeOk this did not fixed the footer problem though.
|
2007/12/8 8:35:58
|
---|
|
Re: Fix required in css100_morpho themeCould you send me the theme or provide a URL where I can have access and I'll take a look at it?
Thanks! |
_________________
JMorris (aka James Morris) ImpressCMS Professional Services: INBOX International inc. James Morris Online | Frolicking on the playground that is the Internet... |
2007/12/8 8:38:22
|
---|
|
Re: Fix required in css100_morpho themek
Edited by davidl2 on 2008/4/25 19:52:47
|
2007/12/8 9:21:33
|
---|
|
Re: Fix required in css100_morpho themesvn co https://impresscms.svn.sourceforge.net/svnroot/impresscms/trunk/htdocs/themes/css100_morpho |
2007/12/8 9:27:56
|
---|
|
Re: Fix required in css100_morpho themeLine 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. |
_________________
JMorris (aka James Morris) ImpressCMS Professional Services: INBOX International inc. James Morris Online | Frolicking on the playground that is the Internet... |
2007/12/8 17:59:51
|
---|
|
Re: Fix required in css100_morpho themeThere 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.
|
2007/12/8 18:00:35
|
---|
|
Re: Fix required in css100_morpho themeOk the theme as been fixed. Thanks James.
|