7/12/2007 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: ![]() |
7/12/2007 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 |
8/12/2007 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... |
8/12/2007 7:04:07
|
---|
![]() |
Re: Fix required in css100_morpho themeWhere do you suggest we put this :
<hr class="clear" /> |
8/12/2007 7:11:56
|
---|
![]() |
Re: Fix required in css100_morpho themeGood work!
Just needs the footer image correcting, and the logo. |
8/12/2007 8:00:04
|
---|
|
Re: Fix required in css100_morpho themeCitaat:
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... |
8/12/2007 8:27:57
|
---|
![]() |
Re: Fix required in css100_morpho themeOk this did not fixed the footer problem though.
|
8/12/2007 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... |
8/12/2007 8:38:22
|
---|
![]() |
Re: Fix required in css100_morpho themek
Edited by davidl2 on 25/4/2008 19:52:47
|
8/12/2007 9:21:33
|
---|
![]() |
Re: Fix required in css100_morpho themesvn co https://impresscms.svn.sourceforge.net/svnroot/impresscms/trunk/htdocs/themes/css100_morpho |
8/12/2007 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... |
8/12/2007 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.
|
8/12/2007 18:00:35
|
---|
![]() |
Re: Fix required in css100_morpho themeOk the theme as been fixed. Thanks James.
|