In this video tutorial you will learn how to add a custom drop down menu that is activated upon being clicked by your website visitors. This rests at the very top of your website as a button and can have any content you want in it. To view an example go to http://demo.tizish.com and check out the very top button on the site.
This is the code I use in the video tutorial that you should use in your post when you follow the video.
<div style="display: inline; float: left; width: 50%;">
Put content here.
</div>
<div style="display: inline; float: right; width: 50%;">
Put right side content here.
</div>


Leave A Reply With Facebook