Title: Create a scrolling menu
Last modified: August 19, 2016

---

# Create a scrolling menu

 *  [thbesson](https://wordpress.org/support/users/thbesson/)
 * (@thbesson)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/create-a-scrolling-menu/)
 * Hi everyone !
 * I really need someone’s help… I would like to modify my menu to create a scrolling
   menu for my subpages but I don’t know how to do this 🙁
 * Thank you very very much
 * Thomas
 * Here is my header.php :
 * <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “[http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”&gt](http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”&gt);
   
   <html xmlns=”[http://www.w3.org/1999/xhtml&#8221](http://www.w3.org/1999/xhtml&#8221);
   <?php language_attributes(); ?>>
 * <head profile=”[http://gmpg.org/xfn/11″&gt](http://gmpg.org/xfn/11″&gt);
    <meta
   http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?
   php bloginfo(‘charset’); ?>” />
 * <title><?php wp_title(‘«’, true, ‘right’); ?> <?php bloginfo(‘name’); ?></title
   >
 * <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/
   css” media=”screen” />
    <link rel=”alternate” type=”application/rss+xml” title
   =”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” /
   > <link rel=”alternate” type=”application/atom+xml” title=”<?php bloginfo(‘name’);?
   > Atom Feed” href=”<?php bloginfo(‘atom_url’); ?>” /> <link rel=”pingback” href
   =”<?php bloginfo(‘pingback_url’); ?>” />
 * <?php if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ ); ?>
    <?php //
   comments_popup_script(600, 600); ?> <?php wp_head(); ?>
 * </head><body>
 *  <div class=”main”>
    <div class=”main-width”><div class=”main-bg”>
 *  <div class=”header”>
    <div class=”header-left”><div class=”header-right”>
 *  <div class=”logo”>
    <div class=”indent”> <h1 onclick=”location.href='<?php echo
   get_option(‘home’); ?>/'”><?php bloginfo(‘name’); ?></h1> </div> </div>
 *  <div class=”search”>
    <p>Rechercher dans le site :</p> <div class=”indent”> 
   <?php get_search_form(); ?> </div> <p> </p> <p> </p> <?php include(‘heure.php’);?
   > </div>
 *  </div></div>
 *  <div class=”main-menu”>
    <?php wp_page_menu(‘show_home=0&sort_column=menu_order,
   post_title&link_before=&link_after=’); ?> </div>
 *  </div>
 *  <div class=”content”>
 *  <div class=”content-bg”>

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [sleepw](https://wordpress.org/support/users/sleepw/)
 * (@sleepw)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/create-a-scrolling-menu/#post-1236083)
 * that’s sort of like saying you want to create a website.
    there are all kinds
   of scrolling menus…flash, html, css…vertical, horizontal.. Google is your friend.
 *  Thread Starter [thbesson](https://wordpress.org/support/users/thbesson/)
 * (@thbesson)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/create-a-scrolling-menu/#post-1236092)
 * Mmmmh I would say HTML 🙂 and horizontal… But I would like to know if it’s possible
   to create it by modifying my code
 *  [sleepw](https://wordpress.org/support/users/sleepw/)
 * (@sleepw)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/create-a-scrolling-menu/#post-1236094)
 * start by creating your menu..in plain html

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Create a scrolling menu’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [sleepw](https://wordpress.org/support/users/sleepw/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/create-a-scrolling-menu/#post-1236094)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
