Allright.

Post links to sites running CMS in all its glory.
Post Reply
eddie67
Forum Members
Forum Members
Posts: 40
Joined: Tue Feb 05, 2008 6:31 am

Allright.

Post by eddie67 »

Now that I have been using and getting to know CMSMS a little, here is my first site I want to show.

The design itself is originallly from nuviotemplates dot com, and with menu-help from user "KO" I ported the template and changed it to 3-coloumn.

Made with CMSMS 1.2.5
There is a difference in the bottom-margin in the menu in IE7, otherwise working well in IE6, IE7, Firefox and Opera.

Site is in Norwegian, maybe I will make it a multi-language site one day..

http://www.terapeutweb.com - any inputs are apreciated.

The original 2-coloumn layout is also available for download at the theeme-section http://themes.cmsmadesimple.org/Full_Themes.html

:)

Eddie67
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Allright.

Post by Dr.CSS »

Very nice...

You have empty spans in the menu, if you span the a text as in Home then you only need one span and it will be closed, no errors...
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Allright.

Post by RonnyK »

Very nice indeed.... two small remarks... You have rounded corners in the main-center area top-left.... making it not adjacent to the left sidebar.... Also the height of the title is a little smaller then that of the sidebars title, making it not linear....

Ronny
eddie67
Forum Members
Forum Members
Posts: 40
Joined: Tue Feb 05, 2008 6:31 am

Re: Allright.

Post by eddie67 »

Thanks for the remarks.

IE7 menu bug is fixed

mark: span is no longer empty. (the span is nessesary for the rounded corners).

RonnyK: The rounded corner I did not even see myself, it is now adjusted. Not sure what you mean by the height of the title..

Moderators: I have uploaded (at least tried) the fixed version of the original layout (IE7-fix and now also validates - silly bug I overlooked before). Not sure if the upload went through, I recieved no error nor comfirmation. Please check.

Eddie.
viebig

Re: Allright.

Post by viebig »

nice eddie!
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Allright.

Post by Dr.CSS »

When I roll over the menu items they have square left corner...

Firefox 2.0**

EDIT: This is the span menu template I use for this site, note the span on both sides of the menu text...

http://www.joshmillerblues.com/

{if $count > 0}

{foreach from=$nodelist item=node}
{if $node->depth > $node->prevdepth}
{repeat string="" times=$node->depth-$node->prevdepth}
{elseif $node->depth prevdepth}

{repeat string="" times=$node->prevdepth-$node->depth}

{elseif $node->index > 0}
{/if}
{if $node->current == true or $node->parent == true}
url}"{if $node->target ne ""} target="{$node->target}"{/if}>{$node->menutext}
{elseif $node->type == 'sectionheader'}
url}">{$node->menutext}
{elseif $node->type == 'separator'}

{else}
url}"{if $node->target ne ""} target="{$node->target}"{/if}>{$node->menutext}{/if}
{/foreach}

{repeat string="" times=$node->depth-1}

{/if}
Last edited by Anonymous on Sat Jun 28, 2008 7:56 pm, edited 1 time in total.
eddie67
Forum Members
Forum Members
Posts: 40
Joined: Tue Feb 05, 2008 6:31 am

Re: Allright.

Post by eddie67 »

Hmm. I have also Firefox 2.0 but I can see no square corners.
If you roll over very quick maybe, the corner images has to be loaded?

But thanks for your menu-template, I will study it.

Eddie.
Post Reply

Return to “CMS Show Off”