• twitter image
  • facebook image
  • youtube image
  • linkedin image
Language: CMS Made Simple Czech CMS Made Simple France CMS Made Simple Spain CMS Made Simple Hungary CMS Made Simple Russia CMS Made Simple Netherlands

All times are UTC




Post new topic Reply to topic  [ 44 posts ]  Go to page Previous  1, 2, 3  Next
Author Message
 Post subject: Re: Spelen met menu
PostPosted: Thu Dec 09, 2010 8:35 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Thu Aug 07, 2008 8:24 pm
Posts: 340
Location: Antwerp - belgium
arnoud wrote:
Wat dacht je van 300px met een rode achtergrond?

Thx Arnoud.
Nu weet ik waar ik submenu moet aanpassen. Enkel de achtergrond wilt niet mee, deze blijft wit.
Ook eens zoeken waar ik nu met een ander kleur kan werken als ik over menu ga.

Alles is nu veel duidelijker geworden, bedankt voor deze fijne les.

In Opera, Safari en IE verdwijnt submenu nog steeds achter mijn googlekaart
In IE verdwijnt mijn rode lijn onder mijn actief menu als ik er met de muis over ga.


Last edited by iStevo on Thu Dec 09, 2010 8:55 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: Spelen met menu
PostPosted: Fri Dec 10, 2010 8:48 am 
Offline
Power Poster
Power Poster
User avatar

Joined: Thu Mar 23, 2006 9:25 am
Posts: 1425
Location: The Netherlands
Ik heb gekeken hoe ik flash op mijn site werkend had en had daar een udt voor gemaakt met de volgende code:
Code:
/* Java script om flash weer te geven in de template */
echo '<script type="text/javascript">';
    echo 'var so = new SWFObject ("uploads/Flash/flash banner/intro_head.swf", "mymovie", "960", "200", "4", "#61363c");';
    echo 'so.addParam("wmode", "transparant");';
    echo 'so.write("header_banner");';
echo '</script>';


Wellicht kan je hier iets mee om je vraagstuk op te lossen.

Gr., Gregor


Top
 Profile  
 
 Post subject: Re: Spelen met menu
PostPosted: Fri Dec 10, 2010 12:15 pm 
Offline
Power Poster
Power Poster

Joined: Mon May 11, 2009 4:35 pm
Posts: 440
Code:
<param name="wmode" value="transparent">

is benodigd om html boven flash weer te kunnen geven.

bron: http://robertnyman.com/2007/01/29/how-t ... ash-movie/


Top
 Profile  
 
 Post subject: Re: Spelen met menu
PostPosted: Wed Dec 29, 2010 9:09 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Thu Aug 07, 2008 8:24 pm
Posts: 340
Location: Antwerp - belgium
beste allemaal,

Ben er jammer genoeg een goede maand tussenuit geweest wegens ziekte en wil graag verder werken aan mijn menu.

De post hierboven moet ik nog even onderzoeken ivm html boven flash, waarvoor dank, maar mijn vrolgende vraag is volgende.

In de CMSms is mijn menu 85% in orde, maar mijn menu vloekt nog in mijn gallery.
Iemand die me hier op even op weg kan zetten hoe ik zelfde menu kan gebruiken buiten CMSms??

http://project.ips-unlimited.com/stevo


Last edited by iStevo on Wed Dec 29, 2010 9:11 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: Spelen met menu
PostPosted: Thu Dec 30, 2010 3:30 am 
Offline
Administrator
Administrator
User avatar

Joined: Thu Mar 09, 2006 5:32 am
Posts: 11812
Location: Arizona
Menu problem is from using position:relative in #search...

Give the menu UL z-index:200...

_________________
Extensions » Modules/Tags click the name of the module/tag or Help to the right to get its parameters.
Right click and view source is a great way to see what you have to work with.
Check ver. CMSMS, PHP, server OS, in System Information page.
Default content http://multiintech.com/defaultcontent/
People are Wonderful
Business is Great
Life is Terrific
Ever wonder what happened to the Album module? Well it is alive and well.
http://album.multiintech.com/
Image


Top
 Profile  
 
 Post subject: Re: Spelen met menu
PostPosted: Thu Dec 30, 2010 7:42 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Thu Aug 07, 2008 8:24 pm
Posts: 340
Location: Antwerp - belgium
Dr.CSS wrote:
Menu problem is from using position:relative in #search...

Give the menu UL z-index:200...


Dear Dr. Css
I'm still learning to work with CSS.
Don't understand your post.

Do I have to put
Code:
z-index:200
in menu stylesheet for all ul???
I changed all lines with ul, but nothing happened.

Best regards,

Stevo


Top
 Profile  
 
 Post subject: Re: Spelen met menu
PostPosted: Fri Dec 31, 2010 1:24 am 
Offline
Administrator
Administrator
User avatar

Joined: Thu Mar 09, 2006 5:32 am
Posts: 11812
Location: Arizona
Like so...

#primary-nav {

at the bottom of all the calls for this add the z-index...
}

_________________
Extensions » Modules/Tags click the name of the module/tag or Help to the right to get its parameters.
Right click and view source is a great way to see what you have to work with.
Check ver. CMSMS, PHP, server OS, in System Information page.
Default content http://multiintech.com/defaultcontent/
People are Wonderful
Business is Great
Life is Terrific
Ever wonder what happened to the Album module? Well it is alive and well.
http://album.multiintech.com/
Image


Top
 Profile  
 
 Post subject: Re: Spelen met menu
PostPosted: Sat Jan 01, 2011 6:42 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Thu Aug 07, 2008 8:24 pm
Posts: 340
Location: Antwerp - belgium
mmmm...

problem not solved http://www.stevo.be/ais/
Code:
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
   z-index: 2;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper {
   /* Fix for Opera 8 */
   /*   overflow: hidden;  */
   background-color: #07558E;
   margin: auto;
   width: 800 px;
   z-index: 2;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li {
   width: 200px;   
   margin-left: 0px;
   margin-top: -1px;
   float: none;
   position: relative;
   font-weight: normal;
   background-color: #e2e3e4;
        z-index:200;
}


/* Unless you know what you do, do not touch this */
#primary-nav, #primary-nav ul {
   list-style: none;
   margin: 0px;
   padding: 0px;
   z-index:200;
}
#primary-nav ul {
   position: absolute;
   top: auto;
   display: none;
   z-index:200;
}
#primary-nav ul ul {
   margin-top: 1px;
   margin-left: -1px;
   left: 100%;
   top: 0px;
   z-index:200;
}
   
#primary-nav li {
   margin-left: -1px;
   float: right;
   z-index:200;
}

/* Styling the basic apperance of the menu elements */
#primary-nav a {
   display: block;
   margin: auto;
   padding: 5px 20px;
   text-decoration: none;
   font-size: 20px;
   font-family: Verdana, Arial, Comic Sans MS, sans-serif;
   color: #FFFFFF;
   z-index:200;
}

#primary-nav li li a {
    font-size: 12px;
    font-family: Verdana, Arial, Comic Sans MS, sans-serif;
    color: #000000;
    border: 1px solid #000000;
    z-index:200;
}   
#primary-nav li, #primary-nav li.menuparent {
   background-color: #07558E;
   z-index:200;
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive {
   background-color: #07558E;
   color: #FFFFFF;
   border-bottom: 5px solid red;
   width: auto;
   z-index:200;
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent,
#primary-nav ul li.menuparent:hover,
#primary-nav ul li.menuparenth {
/* arrow for menuparents */
   background-image: url(images/cms/arrow.gif);
   background-position: center right;
   background-repeat: no-repeat;
   z-index:200;
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover,
#primary-nav li.menuh,
#primary-nav li.menuparenth,
#primary-nav li.menuactiveh {
   background-color: #07558E;
   z-index:200;
}

#primary-nav li li:hover {
   background-color: #ebeced;
   z-index:200;
}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/*
just add
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul ul ul,
for fourth level
*/
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul {
   display: none;
   z-index:200;
}

/* add
#primary-nav ul ul ul li:hover ul,
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul {
   display: block;
   z-index:200;
}


/* IE Hacks */
#primary-nav li li {
   float: left;
   clear: both;
   z-index:200;
}
#primary-nav li li a {
   height: 1%;
   z-index:200;
}


Top
 Profile  
 
 Post subject: Re: Spelen met menu
PostPosted: Sat Jan 01, 2011 6:47 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Thu Aug 07, 2008 8:24 pm
Posts: 340
Location: Antwerp - belgium
Is er iemand die me hier op weg kan helpen aub.
Ik weet dat mijn (Coppermine) gallery niets met CMS ms te maken heeft, maar wil toch uitzoeken waarom een menu buiten CMS ms zo vervormd wordt.

Mr_Stevo wrote:
In de CMSms is mijn menu 85% in orde, maar mijn menu vloekt nog in mijn gallery.
Iemand die me hier op even op weg kan zetten hoe ik zelfde menu kan gebruiken buiten CMSms??

http://project.ips-unlimited.com/stevo


Top
 Profile  
 
 Post subject: Re: Spelen met menu
PostPosted: Sat Jan 01, 2011 8:10 pm 
Offline
Administrator
Administrator
User avatar

Joined: Thu Mar 09, 2006 5:32 am
Posts: 11812
Location: Arizona
The menu seems to work now, no need to give any z-index to anything but the first UL...

#primary-nav, #primary-nav ul {
list-style: none;
margin: 0px;
padding: 0px;
z-index:200;
}

Sorry I was looking at the other link, but put the code above in and it should work...


Top
 Profile  
 
 Post subject: Re: Spelen met menu
PostPosted: Thu Jan 06, 2011 8:56 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Thu Aug 07, 2008 8:24 pm
Posts: 340
Location: Antwerp - belgium
Beste mensen

Wie o wie kan mij hier nog even op weg helpen.

ik probeer mijn menu in coppermine gelijk te trekken met mijn menu in CMSms.
Ik draai voorlopig voorbeeld hier: http://project.ips-unlimited.com/stevo/

FF: submenu's staan in midden ipv links (waar moet ik dit aanpassen)
Opera: submenu's staan in midden ipv links (waar moet ik dit aanpassen)
Chrome: submenu's staan in midden ipv links (waar moet ik dit aanpassen) + moet meer naar rechts komen
Safari: submenu's staan in midden ipv links (waar moet ik dit aanpassen) + moet meer naar rechts komen
IE: submenu werkt niet + moet meer naar rechts komen

Thx iStevo


Top
 Profile  
 
 Post subject: Re: Spelen met menu
PostPosted: Sat Jan 08, 2011 8:15 am 
Offline
Power Poster
Power Poster
User avatar

Joined: Thu Aug 07, 2008 8:24 pm
Posts: 340
Location: Antwerp - belgium
update 08/01/11


http://project.ips-unlimited.com/stevo/

FF, Opera, Chrome, Safari, IE: submenu's staan in midden ipv links (waar moet ik dit aanpassen)
IE: submenu werkt niet


Top
 Profile  
 
 Post subject: Re: Spelen met menu
PostPosted: Mon Mar 26, 2012 8:36 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Thu Aug 07, 2008 8:24 pm
Posts: 340
Location: Antwerp - belgium
Goedenavond,

Wil deze topic even vanonder het stof halen omdat ik opnieuw bezig ben met het horizontale menu van Alexander Endresen.

Zoals je in bijlage kan zien zou mijn submenu iets moeten zakken (om mooi onder de rode balk te verschijnen). Werk ik met margin, dan heb ik soms problemen om van menu naar submenu te gaan (wegens enige leegte)

Hoe moet ik mijn menu wat groter (hoger) maken, zodanig deze mooi in de menubalk verschijnt.

Hoe kan ik achtergrondkleur van mijn submenu veranderen??

Stylesheet staat hieronder

thx Stevo


Code:
/* 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 */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper {
   /* Fix for Opera 8 */
   /*   overflow: hidden;  */
   background-color: #ff0000;
   border-bottom: 1px solid #ff0000;
   width: 100%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li {
   width: 200px;
}


/* Unless you know what you do, do not touch this */
#primary-nav, #primary-nav ul {
   list-style: none;
   margin: 0px;
   padding: 0px;
   z-index: 200;
}
#primary-nav ul {
   position: absolute;
   top: auto;
   display: none;
}
#primary-nav ul ul {
   margin-top: 10px;
   margin-left: -1px;
   left: 100%;
}
   
#primary-nav li {
   margin-left: 2px;
   float: left;
}
#primary-nav li li {
   margin-left: 0px;
   margin-top: -1px;
   float: none;
   position: relative;
}

/* Styling the basic apperance of the menu elements */
#primary-nav a {
   display: block;
   margin: 0px;
   border-right-style:solid;
   padding: 5px 10px;
   text-decoration: none;
   color: #000;
}
#primary-nav li a {
   border-right: 1px solid #ff0000;
   border-left: 1px solid #ff0000;
}
#primary-nav li li a {
   border: 1px solid #000000;
   border-bottom: 1px solid #000000;
}   
#primary-nav li, #primary-nav li.menuparent {
   background-color: #ff0000;
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive {
   background-color: #fff;
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent,
#primary-nav ul li.menuparent:hover,
#primary-nav ul li.menuparenth {
/* arrow for menuparents */
   background-image: url(images/cms/arrow.gif);
   background-position: center right;
   background-repeat: no-repeat;
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover,
#primary-nav li.menuh,
#primary-nav li.menuparenth,
#primary-nav li.menuactiveh {
   background-color: #e8e7e6;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/*
just add
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul ul ul,
for fourth level
*/
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul {
   display: none;
}

/* add
#primary-nav ul ul ul li:hover ul,
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul {
   display: block;
}


/* IE Hacks */
#primary-nav li li {
   float: left;
   clear: both;
}
#primary-nav li li a {
   height: 1%;
}
/* End of 'AHV-menu' */



Attachments:
menu.jpg
menu.jpg [ 28.92 KiB | Viewed 781 times ]
Top
 Profile  
 
 Post subject: Re: Spelen met menu
PostPosted: Tue Apr 03, 2012 7:53 am 
Offline
Power Poster
Power Poster
User avatar

Joined: Thu Aug 07, 2008 8:24 pm
Posts: 340
Location: Antwerp - belgium
Goedemorgen,

Niemand die me hier op weg kan helpen??
Ik ben er nog steeds niet uit.

Stevo


Top
 Profile  
 
 Post subject: Re: Spelen met menu
PostPosted: Tue Apr 03, 2012 8:36 am 
Offline
Power Poster
Power Poster
User avatar

Joined: Sun Nov 06, 2011 8:15 pm
Posts: 615
Location: Deventer, Netherlands
Je live voorbeeld is er niet meer?

_________________
Beter een goede buur...


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 44 posts ]  Go to page Previous  1, 2, 3  Next

All times are UTC


Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Arvixe - A CMSMS Partner