On 3/18/09 9:45 PM, "Pablo Augusto" <em...@pabloaugusto.com> wrote:

> Hello,
> 
> I`m transforming this site: http://www.caarj.org.br/ to wordpress.
> Its all 95% done, now im fixing details.
> 
> Theres a up space (white above logo) i just look everywere to remove it,
> margin, padding, etc,
> but have no sucess, can anyone gime a help?
> ______________________________________________________________________
here:

#Header h1 { 
background-attachment: scroll;
background-repeat: no-repeat;
background-position: 50% 0;
background-color: transparent;
background-image: 
url("http://www.caarj.org.br/wp-content/themes/CAARJ-0.1/img/logo.png";);
height: 92px;
text-indent: -999em;
width: 800px;
}


The background position of the image in h1 is specified at 50% 4px remove
the 4px and it will not show the space above the logo.

 


______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to