Page 1 of 1
Allright.
Posted: Fri Jun 06, 2008 11:23 pm
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
Re: Allright.
Posted: Sat Jun 07, 2008 3:11 am
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...
Re: Allright.
Posted: Sat Jun 07, 2008 8:14 am
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
Re: Allright.
Posted: Sat Jun 28, 2008 1:44 pm
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.
Re: Allright.
Posted: Sat Jun 28, 2008 2:48 pm
by viebig
nice eddie!
Re: Allright.
Posted: Sat Jun 28, 2008 7:34 pm
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}
Re: Allright.
Posted: Sun Jun 29, 2008 12:42 am
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.