Reply New Topic
2007/12/7 18:46:46
#1
Offline
Home away from home

Fix required in css100_morpho theme

Hi,

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:



gif  imgA_2007-12-07_00.gif (0.00 KB)



2007/12/7 18:53:56
#2
Offline
Home away from home

Re: Fix required in css100_morpho theme

2 other things to fix:

1) The logo

2) The date at the bottom is a fixed graphic


2007/12/8 6:59:07
#3
Offline
Home away from home

Re: Fix required in css100_morpho theme

Try 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
#4
Offline
Home away from home

Re: Fix required in css100_morpho theme

Where do you suggest we put this :
<hr class="clear" />

_________________
Marc-André Lanciault
Founder and CEO INBOX International inc.
Co-Founder ImpressCMS

2007/12/8 7:11:56
#5
Offline
Home away from home

Re: Fix required in css100_morpho theme

Good work!

Just needs the footer image correcting, and the logo.


2007/12/8 8:00:04
#6
Offline
Home away from home

Re: Fix required in css100_morpho theme

Quote:


marcan wrote:
Where do you suggest we put this :

<hr class="clear" />


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
#7
Offline
Home away from home

Re: Fix required in css100_morpho theme

Ok this did not fixed the footer problem though.

_________________
Marc-André Lanciault
Founder and CEO INBOX International inc.
Co-Founder ImpressCMS

2007/12/8 8:35:58
#8
Offline
Home away from home

Re: Fix required in css100_morpho theme

Could 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
#9
Offline
Home away from home

Re: Fix required in css100_morpho theme

k


Edited by davidl2 on 2008/4/25 19:52:47

2007/12/8 9:21:33
#10
Offline
Home away from home

Re: Fix required in css100_morpho theme

svn co https://impresscms.svn.sourceforge.net/svnroot/impresscms/trunk/htdocs/themes/css100_morpho

_________________
Marc-André Lanciault
Founder and CEO INBOX International inc.
Co-Founder ImpressCMS

2007/12/8 9:27:56
#11
Offline
Home away from home

Re: Fix required in css100_morpho theme

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.

Attach file:


zip style.zip Size: 0.00 KB; Hits: 4

_________________
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
#12
Offline
Home away from home

Re: Fix required in css100_morpho theme

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.

_________________
Christian Web Resources
Facebook

2007/12/8 18:00:35
#13
Offline
Home away from home

Re: Fix required in css100_morpho theme

Ok the theme as been fixed. Thanks James.

_________________
Marc-André Lanciault
Founder and CEO INBOX International inc.
Co-Founder ImpressCMS

Reply New Topic extras
 Previous Topic   Next Topic
You can view topic.
You can start a new topic.
You can reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You cannot vote in polls.
You cannot attach files to posts.
You can post without approval.