Changing DropDown Menu's Color and Style
GoTo Your Blogger.com Account
Click On Design
Click On Layout
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
Click On Design
Click On Layout
On HTML/JavaScript
Click On Edit
This Window Will Appear
<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
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>
Use Codes like this for All Your DropDown Menus and SubMenus