• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

CSS menu down menu

caquinha

Member
Joined
Aug 8, 2016
Messages
248
Solutions
1
Reaction score
24
You guys know that menu had in shadowcores had this menu:
ShEnTsK.png


And when you click on that menu open a list down of links to click, thats what i asking for help

i'm on the way?
Code:
    <div id="menu">
       <div id="nav">
           <ul>
               <a href="home.php">Home</a>

               <a href="community.php" onclick="comunityMenu()">Community</a>

               <script>
               function comunityMenu() {
                   
               }
               </script>
 
You guys know that menu had in shadowcores had this menu:
ShEnTsK.png


And when you click on that menu open a list down of links to click, thats what i asking for help

i'm on the way?
Code:
    <div id="menu">
       <div id="nav">
           <ul>
               <a href="home.php">Home</a>

               <a href="community.php" onclick="comunityMenu()">Community</a>

               <script>
               function comunityMenu() {
                  
               }
               </script>
LMGTFY
 
Back
Top