Wednesday 22 October 2014

DropDown Menu Color Change

Changing DropDown Menu's Color and Style

GoTo Your Blogger.com Account

Click On Design

Changing DropDown Menu's Color and Style

Click On Layout

Changing DropDown Menu's Color and Style


On HTML/JavaScript
Click On Edit

Changing DropDown Menu's Color and Style

This Window Will Appear

Changing DropDown Menu's Color and Style

Now Add This Code Between   
<a      and       href='#'>Enter Main Tab1</a> 

To Change BackGround and Text Color   
style="background-color: red; color :yellow"   
Red  for BackGround  and Yellow for Text Color
  
To Change Style type
     <b><h3><i>       before    >Enter Main Tab1
      and        
 </b></h3></i>     after      >Enter Main Tab1

where
<b> for Bold
<h3> for Heading
<i> for Italic
        
Changing DropDown Menu's Color and Style


Here are the Codes for Below Picture

          <a style="background-color:red;color:yellow"  href='#'><h3><b>Enter Main Tab1</b></h3></a> 
       
          <a style="background-color:green;color:gold" href='#'><h3>Enter Main Tab2</h3></a> 
     
          <a style="background-color:hotpink;color:indigo" href='#'><b><h3><i>Enter Main Tab3</b></h3></i></a> 


Changing DropDown Menu's Color and Style


Use Codes like this for All Your DropDown Menus and SubMenus