3 new xhtml cmsms sites

Post links to sites running CMS in all its glory.
Post Reply
Muske
Forum Members
Forum Members
Posts: 42
Joined: Wed Jan 03, 2007 10:25 am

3 new xhtml cmsms sites

Post 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
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: 3 new xhtml cmsms sites

Post by Nullig »

Very nice sites, Muske. Shows us what is possible with CMSMS.

Nullig
nuno

Re: 3 new xhtml cmsms sites

Post by nuno »

Congrats very very cool sites and design!  ;D
Muske
Forum Members
Forum Members
Posts: 42
Joined: Wed Jan 03, 2007 10:25 am

Re: 3 new xhtml cmsms sites

Post 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?
Last edited by Muske on Mon Nov 19, 2007 2:09 pm, edited 1 time in total.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: 3 new xhtml cmsms sites

Post 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
Muske
Forum Members
Forum Members
Posts: 42
Joined: Wed Jan 03, 2007 10:25 am

Re: 3 new xhtml cmsms sites

Post 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
ironblaze94

Re: 3 new xhtml cmsms sites

Post 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 ?
Muske
Forum Members
Forum Members
Posts: 42
Joined: Wed Jan 03, 2007 10:25 am

Re: 3 new xhtml cmsms sites

Post 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
Attachments
beekmans.gif
Muske
Forum Members
Forum Members
Posts: 42
Joined: Wed Jan 03, 2007 10:25 am

Re: 3 new xhtml cmsms sites

Post 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
Vin

Re: 3 new xhtml cmsms sites

Post 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!
Post Reply

Return to “CMS Show Off”