Jump to content

luzox

Members
  • Posts

    7
  • Joined

  • Last visited

About luzox

  • Birthday 08/02/1992

Contact Methods

  • Website URL
    http://www.luzox.nl

Profile Information

  • Gender
    Male
  • Location
    Netherlands
  • Interests
    Programming,Gaming,Soccer

luzox's Achievements

Newbie

Newbie (2/6)

0

Reputation

  1. yes thats it i figured it out myself already , thanks everyone great learning
  2. Manfred, Thnks i have it worked, but now i need to find how to give the <ul> (wich has dropdown a class)
  3. Ok Thanks ill work it out. Another Question. I see the menu in the cms. Home is always the parent is it changeable? because i want to make home seperate so i can multiple parents. Like this: - Home (parent) - Services (parent) - webshop (parent -> Services)
  4. Wanze, Yes it works but now is hard coded? , i want the code to check the pages and if there is an submenu it has to show now i need to put all the menu items hardcoded in it?
  5. Manfred, I've used your code and module. It works but i dont get an dropdown menu? it does not see the sub pages? <ul class="blue nav" id="css3-menu"> <li class="dropdown"> <a class="dropdown-toggle_" data-toggle="dropdown" href="/website">Services</a> <ul class="dropdown-menu"> <li><a href="/website">Websites</a></li> <li><a href="/webshop">Webshops</a></li> <li><a href="/cms">CMS Systemen</a></li> </ul> </li> </ul> So again see the code above this is what i need?
  6. <ul class="blue nav" id="css3-menu"> <li class="dropdown"> <a class="dropdown-toggle_" data-toggle="dropdown" href="/website">Services</a> <ul class="dropdown-menu"> <li><a href="/website">Websites</a></li> <li><a href="/webshop">Webshops</a></li> <li><a href="/cms">CMS Systemen</a></li> </ul> </li> </ul> That is wat my menu looks like. as you can see : websites,webshops,cms is an sub from Services
  7. Hello all, I have a question about the cms. I have a website its almost done, only the menu is not finished yet because i have drowpdown menu I already found the children pages but dont know how to put it in the menu So i have: - Services (Main) - Webshop (Sub) - Website (Sub) If something is not clear tell me please. (need a php code.. )
×
×
  • Create New...