Sunday, 8 September 2013

tabs menu help

or try this, i am suggesting you a way of doing this :

Step 1:  open the gadget in which you have stored the dropdown menu's code.

Step 2: copy the entire code.

step 3: in the same gadget paste the code the code just above your previous code, that is you dont have to replace the code just paste the copied code just above your previous code and seperate them using <br/> tag.

Eg: it would look like this :

<script src='http://santosh143.googlecode.com/svn/dropdown.js' type='text/javascript'></script> <style> 
...
....
</ul>

<br/>

<script src='http://santosh143.googlecode.com/svn/dropdown.js' type='text/javascript'></script> <style>
.....
......
</ul>

Step 4: then replace the links and names in your new code that is in the code above your <br/> tag.
Step 5: Then remove the pages menu or change it to don't show.

Note: remove the <br/> tag if don't wan't any space between the two menu bars.

0 comments:

Post a Comment