- www.beekmans-vandeven.nl/site
- www.gebarentolk.net/site
- www.zohoorthet.nl/site
CMSMS is verry verry super

Mus
i think Nullig would like to know how you managed to make all the drop down menus show at the same time.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
Code: Select all
background : url(images/but2.png) repeat;
_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='images/but2.png');
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
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".ironblaze94 wrote:
i think Nullig would like to know how you managed to make all the drop down menus show at the same time.