Archive
CSS Dropdown Menu
Here i want to make a simple Drop down menu using CSS and Java Scripts.Several website need menu but Static menu link is not good enough.
For This concept i try to make some this.Drop Down Tabs is very simple, as the entire menu consist of regular HTML and styled using CSS.
Logically it makes sense to think of the menu in the following three parts :
1) HTML for the menu tabs
<div id=”bluemenu” class=”bluetabs”>
<ul>
<li><a href=”#”>Home</a></li>
<li><a href=”#” rel=”dropmenu1″>CSS</a></li>
<li><a href=”#” rel=”dropmenu2″>Partners</a></li>
<li><a href=”#”>Tools</a></li>
</ul>
</div>
2) HTML for drop down menu(s)
<!–1st drop down menu –>
<div id=”dropmenu1″ class=”dropmenudiv”>
<a href=”#”>CSS Drive</a>
<a href=”#”>JavaScript Kit</a>
<a href=”#”>Coding Forums</a>
<a href=”#”>JavaScript Reference</a>
</div>
3) Script to call following the HTML for both of the above to initialize a Tab Menu instance
<script>
//SYNTAX: tabdropdown.init(“menu_id”, [integer OR "auto"])
tabdropdown.init(“bluemenu“, 0)
</script>
The Project images…………..
Thinker
I am currently working as Application & Software Engineer in Huawei Technologies Bangladesh Ltd . My core skills include extensive knowledge and experience of HTML/XHTML & CSS as well as experience in PHP, Mysql, Wordpress and digital graphic design. I try to build web solutions, which evolve with the changing needs of your business. I am also experienced in administration and application of UNIX/Linux operating systems as well as the Windows family of operating systems.
Verified Services
View Full Profile →
Blog Status
- 66,811 Unique Visit
Archives
Categories
Top 5 Posts
My Twitt
- এক কোটি গ্যালাক্সি এস ৪ বিক্রি গ্যালাক্সি এস সিরিজে সর্বশেষ সংযোজন এস ৪ স্মার্টফোনটির বিক্রির পরিমাণ এক কোটি... fb.me/25lCYobPs 4 hours ago
- গিনেস বুকে ৬ বছর বয়সী বাংলাদেশের প্রোগ্রামার! বিশ্বের সবচেয় ক্ষুদে কম্পিউটার প্রোগ্রামার হিসেবে গিনেস বুকে... fb.me/28S0v4Po2 13 hours ago
- একটি কম্পিউটার কিনতে গুগল-নাসার যৌথ অর্থায়ন! প্রযুক্তিবিষয়ক ওয়েবসাইট টেকনিউজডেইলি এক প্রতিবেদনে জানিয়েছে,... fb.me/1EhCdzopo 13 hours ago
- মাত্র ২০ সেকেণ্ডে চার্জ!! যুক্তরাষ্ট্রের ক্যালিফোর্নিয়ার ১৮ বছর বয়সী এক তরুণী এমন বিস্ময়কর এক যন্ত্রাংশ... fb.me/1wj6eajvs 14 hours ago
- পথ চেনাবে বাংলাদেশি তরুণঃ 'ইয়াহু! হ্যাক ইউরোপ' প্রতিযোগিতার প্রথম স্থান পৃথিবীর নতুন কোনো দেশে পা রেখেছেন।... fb.me/30ciqHcFE 3 days ago










