I use css horizontal menu
how can i put hover colour on second level menu?
Search found 9 matches
- Thu Nov 27, 2008 9:25 am
- Forum: Layout and Design (CSS & HTML)
- Topic: hover on horizontal menu
- Replies: 1
- Views: 1176
- Fri Jun 13, 2008 11:32 am
- Forum: Layout and Design (CSS & HTML)
- Topic: background colours in 3 columns
- Replies: 3
- Views: 2227
Re: background colours in 3 columns
thank you thank you thank you 
it's working!

it's working!
- Fri Jun 13, 2008 5:47 am
- Forum: Feature ideas
- Topic: 3 columns in default template
- Replies: 2
- Views: 4716
Re: 3 columns in default template
My English is not so good, so in this post I put pictures also, for better explanations:
http://forum.cmsmadesimple.org/index.ph ... 845.0.html
http://forum.cmsmadesimple.org/index.ph ... 845.0.html
- Thu Jun 12, 2008 3:58 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: background colours in 3 columns
- Replies: 3
- Views: 2227
background colours in 3 columns
I would like to have 3 columns website, so I changed code in left sidebar + 1 column instead of div#main and div#sidebar i put this code (like it write here http://forum.cmsmadesimple.org/index.php/topic,14145.msg69622.html#msg69622 ) div#main { float: right; width: 57%; margin-left: 0px; ...
- Thu Jun 12, 2008 12:56 pm
- Forum: Feature ideas
- Topic: 3 columns in default template
- Replies: 2
- Views: 4716
3 columns in default template
i think 3-column template, should be in default templates (for example, left simple navigation + 3 columns: 1st column - left column with menu 2nd column - middle (main) column with content etc. 3rd column - right column with small banners, polls etc. every column should have possibility to put diff...
- Thu May 08, 2008 4:09 pm
- Forum: General Discussion
- Topic: Pretty URLS running .... but... one question!
- Replies: 49
- Views: 31332
Re: Pretty URLS running .... but... one question!
I found solution for special characters. Actually, it is on this link: http://forum.cmsmadesimple.org/index.php/topic,20824.msg101279.html Make changes in other files like fritzfs says. Edit file modules/News/action.default.php at about line 312 and replace with this: (and put your special character...
- Thu May 08, 2008 12:15 pm
- Forum: General Discussion
- Topic: Pretty URLS running .... but... one question!
- Replies: 49
- Views: 31332
Re: Pretty URLS running .... but... one question!
I've tried the pretty url modification as Nivekiam has given instruction for but I have characters in the title of my news articles with special characters such as £, $, !. These special characters are showing in the url so is there a way how to strip out any characters which are not in the alphabe...
- Wed Feb 06, 2008 8:28 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: problem with 3-column layout
- Replies: 2
- Views: 1423
Re: problem with 3-column layout
Hi Ronny, Thank you for fast answer. I found solution for my problem. My left side bar was too wide: div#leftsidebar { float: left; margin-left: 0px; margin-right: 0px; width: 160px; padding: 2px; } div#rightsidebar { float: right; margin-left: 3px; margin-right: 3px; m...
- Wed Feb 06, 2008 11:49 am
- Forum: Layout and Design (CSS & HTML)
- Topic: problem with 3-column layout
- Replies: 2
- Views: 1423
problem with 3-column layout
Hi, I think CMSMS is one of the simpliest and greatest cms script on web. I found it very usefull, but unfortunatelly, I have problem with 3-column layout. On website - main content appearing under left column (how it is look, you can see in picture - it is in attachment of this post) I made everyth...