Page 1 of 1

3 new xhtml cmsms sites

Posted: Sun Nov 18, 2007 8:18 pm
by Muske
Check my new cmsms sites:

- www.beekmans-vandeven.nl/site
- www.gebarentolk.net/site
- www.zohoorthet.nl/site

CMSMS is verry verry super  ;D all of my customers said it too.

Mus

Re: 3 new xhtml cmsms sites

Posted: Sun Nov 18, 2007 10:25 pm
by Nullig
Very nice sites, Muske. Shows us what is possible with CMSMS.

Nullig

Re: 3 new xhtml cmsms sites

Posted: Sun Nov 18, 2007 11:29 pm
by nuno
Congrats very very cool sites and design!  ;D

Re: 3 new xhtml cmsms sites

Posted: Mon Nov 19, 2007 2:05 pm
by Muske
@nuno: Thank you  :D

@Nullig: Thank too, maybe I'll tell the possible about the sites. Do you want know something about that?

Re: 3 new xhtml cmsms sites

Posted: Mon Nov 19, 2007 5:08 pm
by Nullig
I'd love to know how you got the menu to work in columns on www.beekmans-vandeven.nl/site - I can see a lot of uses for that.

Nullig

Re: 3 new xhtml cmsms sites

Posted: Tue Nov 20, 2007 9:32 am
by Muske
Nullig,

I use a {menu template='cssmenu.tpl'} for that site, using css can I give a good visuals.
I think that you mean this way.

Sebas

Re: 3 new xhtml cmsms sites

Posted: Tue Nov 20, 2007 12:24 pm
by ironblaze94
Muske wrote: Nullig,

I use a {menu template='cssmenu.tpl'} for that site, using css can I give a good visuals.
I think that you mean this way.

Sebas
i think Nullig would like to know how you managed to make all the drop down menus show at the same time.

i too would like to know, also how you got the transparent background ?

Re: 3 new xhtml cmsms sites

Posted: Tue Nov 20, 2007 2:14 pm
by Muske
Check this picture, see on 21 number  ;D

@ironblaze94: About the transparant image is a png file, I choose the color under photoshop with opacity on 60% (no background) then save as in png file with transparant. Check beekmans-vandeven.nl in the css and you see an png file with and a ie6 hack.

css code:

Code: Select all

background : url(images/but2.png) repeat;
_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='images/but2.png');
Mus

Re: 3 new xhtml cmsms sites

Posted: Thu Nov 29, 2007 10:26 am
by Muske
@mantispirate: Good tip :) you can without ie hack, take a filter code:

Code: Select all

	
background-color:#000; // choose a color
filter:alpha(opacity=50); // transparant for ie
-moz-opacity: 5; // for moz
opacity: 5; // for firefox and safari

Re: 3 new xhtml cmsms sites

Posted: Sun Dec 09, 2007 6:56 pm
by Vin
ironblaze94 wrote:
i think Nullig would like to know how you managed to make all the drop down menus show at the same time.
I think he wanted to know how to make the menu links into the columns side-by-side, but as seen from the uploaded picture, it is illusion - they are, in fact, displayed horizontally, thus the pages must be ordered in a specific order in admin. Seems not very practical to me, if I were to do this, I would do floated lists, and the titles above (like Wie zijn we, Wat doen we...) would be pages with the type "Section Header".

Nevertheless, impressive sites!