Jump to content

[SOLVED] Problem with header and adding links


Recommended Posts

Hi all,

i have a problem with my header. Pleasee see the screenshot below.
It has the right size but it is too low. It has to be in line with the red line on top of the page.
This is the code in the CSS for that block. Do you see the problem?
(ligne 11)

{

padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
}

#header (ligne 371)

{
position: absolute;
height: 115px;
width: 1000px;
margin-top: 0px;
text-align: left;
background-color: transparent;
background-image: url("../img/header.png");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center center;
}

28407_0eV9JyXdNZrWQXFhaIT1_t

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...