Freduboy
06-30-2010, 06:08 PM
Take a look at this: http://frogle.webuda.com/beta/
There's this weird space on the sides and on top of the header :/
<body>
<div id="header">
<div id="logo">
</div>
</div>
#header {
background-image:url('imgs/header.png');
background-repeat:repeat-x;
height:125px;
aling:top;
margin:0px;
paddign:0px;
}
#logo {
background-image:url('imgs/logo.png');
background-repeat:no-repeat;
width:193px;
height:54px;
margin:35px;
}
How can I get rid of the spaces?
Any help would be appreciated :)
There's this weird space on the sides and on top of the header :/
<body>
<div id="header">
<div id="logo">
</div>
</div>
#header {
background-image:url('imgs/header.png');
background-repeat:repeat-x;
height:125px;
aling:top;
margin:0px;
paddign:0px;
}
#logo {
background-image:url('imgs/logo.png');
background-repeat:no-repeat;
width:193px;
height:54px;
margin:35px;
}
How can I get rid of the spaces?
Any help would be appreciated :)