Showing posts with label header wrapper. Show all posts
Showing posts with label header wrapper. Show all posts

BODY#layout #header-wrapper

Saturday, March 1, 2008




BODY#layout #header-wrapper

{
PADDING-RIGHT: 0px;
PADDING-LEFT: 0px;
PADDING-BOTTOM: 0px;
WIDTH: 750px;
PADDING-TOP: 0px

}

The above Control wireframe is
modified for another Template

in genral it is not found in blogger CSS defition .


© Tips for Blogger


-------------------Technorati Profile

#header A ,#header A : hover {}

Friday, February 29, 2008




#header A
{

COLOR: #d8f400;

TEXT-DECORATION: none

}
#header A:hover
{

COLOR: #d8f4CC

}



Let us deal with Header #Header A
i.e header anchor tag, here it is defind for
header link only having
Color(#d8f400) when we open the blog page
we will find the header in above color
the color choice may be of blogger desired

Now text-transform:none
is given which return to browser having
no underline below header Link
Now dealing with '#header A:hover
here color for hover is defind as color code '#d8f4CC'

What is A: hover?

when we keep mouse over header link
it display the link in color(#d8f4CC).
here color for hover may be choosen different


© Tips for Bloggers

 
 
 

Followers