Search found 7 matches

by KuJoe
Sun Mar 22, 2009 6:51 pm
Forum: CMSMS Core
Topic: Smarty errors on every other page load.
Replies: 5
Views: 2270

Smarty errors on every other page load.

I'm getting the following errors on the top of each page but only on every other page load: string(122) "Smarty error: [in template:22 line 18]: syntax error: unrecognized tag 'ss_selflink' (Smarty_Compiler.class.php, line 590)" string(122) "Smarty error: [in template:22 line 19]: syn...
by KuJoe
Sun Apr 13, 2008 6:19 am
Forum: Layout and Design (CSS & HTML)
Topic: [SOLVED] Change height on CSSMenu Horizontal.
Replies: 11
Views: 2929

Re: Change height on CSSMenu Horizontal.

Awesome worked perfect!
by KuJoe
Sun Apr 13, 2008 5:51 am
Forum: Layout and Design (CSS & HTML)
Topic: [SOLVED] Change height on CSSMenu Horizontal.
Replies: 11
Views: 2929

Re: Change height on CSSMenu Horizontal.

And here is my current CSSMenu Horizontal: /* Horizontal menu for the CMS CSS Menu Module */ /* by Alexander Endresen */ #menu_vert {    margin-left: 1px;    margin-right: 1px; } /* The wrapper clears the floating elements of the menu */ /* Set the width of the menu elements at second level. Leaving...
by KuJoe
Sun Apr 13, 2008 5:45 am
Forum: Layout and Design (CSS & HTML)
Topic: [SOLVED] Change height on CSSMenu Horizontal.
Replies: 11
Views: 2929

Re: Change height on CSSMenu Horizontal.

Didn't change anything noticable. :( The sub-levels are still appearing to the right instead of underneath.
by KuJoe
Sat Apr 12, 2008 11:48 pm
Forum: Layout and Design (CSS & HTML)
Topic: [SOLVED] Change height on CSSMenu Horizontal.
Replies: 11
Views: 2929

Re: Change height on CSSMenu Horizontal.

Sorry, here's the code to the CSSMenu Horizontal: /* Horizontal menu for the CMS CSS Menu Module */ /* by Alexander Endresen */ #menu_vert {    margin-left: 1px;    margin-right: 1px; } /* The wrapper clears the floating elements of the menu */ /* Set the width of the menu elements at second level. ...
by KuJoe
Sat Apr 12, 2008 6:05 am
Forum: Layout and Design (CSS & HTML)
Topic: [SOLVED] Change height on CSSMenu Horizontal.
Replies: 11
Views: 2929

Re: Change height on CSSMenu Horizontal.

Ok, I've found that if I remove "display: block;" from: /* Styling the basic apperance of the menu elements */ #primary-nav a {   display: block;   margin: 0px;   padding: 5px 10px;   text-decoration: none;    color: #006699; } It will resize the menu perfectly but then when I highlight so...
by KuJoe
Sat Apr 12, 2008 5:34 am
Forum: Layout and Design (CSS & HTML)
Topic: [SOLVED] Change height on CSSMenu Horizontal.
Replies: 11
Views: 2929

[SOLVED] Change height on CSSMenu Horizontal.

I'm trying to make the menu smaller (about 20px in height). I am able to do this but the text disappears afterwards (I'm assuming it stays "centered" but the "center" is no long in the 20px high box). Any help is greatly appreciated as I am a CSS newb. :( Thank you!

Go to advanced search