This time i will share about " How to add DROPDOWN MENU on your blog" Okay then, DROPDOWN MENU Is :
Lets start the TUTORIAL then.
STEP 1 :
Log in to [ Blogger ] , and go to EDIT HTML. Then, jump to Header, find Menus HTML. then , Add this HTML code beside your main menu. <ul class='children></ul> Look carefully at the placings :
Example :          <li><a href=' LINK '>Menu Title</a>
                            <ul class='children'>
                                 <li><a href=' LINK '>Menu Title</a>
                                 <li><a href=' LINK '>Menu Title</a>
                            </ul>
                         </li>
Green text is the MAIN MENU.
Blue text is the DROPDOWN MENU.
So , to make dropdown, the <ul> </ul> tag executes Menu inside. So, place it between MAIN MENU's <li>PLACE HERE </li> Tag.
And some tips, Becarefull of the Placings.
STEP 2 :
Testing the Menu. , by visiting your blog, and then see is it working or not. if its not, check the placings again.
STEP 3 : Finish :)
THANKS FOR READING MY TUTORIAL.

 




0 comments:
Post a Comment