New Template: LE 003

Please post the URLs to pages, where you've made a CMSimple template available for download

Moderator: mikey

Post Reply
LarsEllmauer
Posts: 115
Joined: Thu May 22, 2008 8:14 am
Location: Kerkrade/NL
Contact:

New Template: LE 003

Post by LarsEllmauer » Sat May 31, 2008 7:08 pm

...and another one: LE 003 is a three column template, again with integrated newsbox. Make sure the menu and newsbox height don't exceed the content box. Increase the "min-height" attribute for the content box if neccessary.

Have fun!

[ external image ]

http://www.larsellmauer.net/?Downloads:Templates:LE_003

Holger
Site Admin
Posts: 3470
Joined: Mon May 19, 2008 7:10 pm
Location: Hessen, Germany

Re: New Template: LE 003

Post by Holger » Sun Jun 01, 2008 9:34 pm

Hi Lars,

looks like my ported Joomla Template "Namibia-CSS" by http://www.i-cons.ch, with the same issues:
LarsEllmauer wrote:Make sure the menu and newsbox height don't exceed the content box. Increase the "min-height" attribute for the content box if neccessary.

Have fun!
The "min-height" attribute is not x-browser-compatible.

Any solutions?

Holger

LarsEllmauer
Posts: 115
Joined: Thu May 22, 2008 8:14 am
Location: Kerkrade/NL
Contact:

Re: New Template: LE 003

Post by LarsEllmauer » Mon Jun 02, 2008 6:58 pm

Hi Holger,

there is a hack for the IE6 and previous versions:

Code: Select all

min-height:400px;
height:auto !important;
height:400px; /* IE6-Hack */
I tested the template on IE6, IE7, Firefox, Safari and Opera and it seems to work fine.

Source (german): http://www.tutorials.de/forum/css/30470 ... im-ie.html

Cheers,
Lars

P.S. Yes, you're right. Already in my former Joomla days, I was always fascinated by the "Namibia" template and therefore always wanted to try the absolutely positioned boxes for menu and newsbox. I didn't know that there was a conversion for CMSimple already... Very nicely done, I was too lazy too care for the transparent boxes... ;)

Holger
Site Admin
Posts: 3470
Joined: Mon May 19, 2008 7:10 pm
Location: Hessen, Germany

Re: New Template: LE 003

Post by Holger » Mon Jun 02, 2008 7:07 pm

LarsEllmauer wrote:height:400px; /* IE6-Hack */
Thanks Lars, works fine :)

Holger

winschdi
Posts: 2
Joined: Mon Aug 04, 2008 3:44 pm

Re: New Template: LE 003

Post by winschdi » Mon Aug 04, 2008 3:47 pm

Hi Holger

Sorry to dig out this old thread. But I wonder if you have made or will make available your ported Namibia-Template. That's one of the templates I like the most. It would save time if I don't have to port it myself.

Regards
winschdi

Holger
Site Admin
Posts: 3470
Joined: Mon May 19, 2008 7:10 pm
Location: Hessen, Germany

Re: New Template: LE 003

Post by Holger » Mon Aug 04, 2008 4:27 pm

winschdi wrote:Hi Holger

Sorry to dig out this old thread. But I wonder if you have made or will make available your ported Namibia-Template. That's one of the templates I like the most. It would save time if I don't have to port it myself.

Regards
winschdi
Hi wischdi!

Nice that you like that template too.
But there's still some trash in the html and the css.
I did not fixed that, because there was no request until now.

Now I'll work on it and provide a download in the next days.
Hope it's ok for you?

Holger

winschdi
Posts: 2
Joined: Mon Aug 04, 2008 3:44 pm

Re: New Template: LE 003

Post by winschdi » Mon Aug 04, 2008 6:40 pm

Holger,

Great! :D No problem if it takes some more days, that's fine.

Thanks in advance!
winschdi

BTW: The only thing I miss is a horizontal menu...

Post Reply