Fansite help

Status
Not open for further replies.
Nov 21, 2011
22
1
So I'm making a fansite for a retro I play, and I was wondering how I would add the drop down menu (Sub nav) into my index page, the current code for the main nav is.

Code:
 <body>
  <div id="container">
    <div id="banner">
    <div id="navigation">
      <a href="index.php"><div id="home"></div></a>
      <a href="news.php"><div id="news"></div></a>
      <a href="extras.php"><div id="extras"></div></a>
       
      <a href="reviews.php"><div id="reviews"></div></a>
      <a href="values.php"><div id="values"></div></a>
      <div id="secrets"></div>
 
Status
Not open for further replies.

Users who are viewing this thread

Top