i have
my html goes as follows
<div id=menu">
menu goes here</div>
<div id="logo">logo will he here </div>
<div id="content">co ntent goes here</div>
and i get after the menu, say around 50px(below) , solid grey border where does it come from?
thank YOU
Code:
#menu {position:absolute;left:0;top:0;width:100%;height:25px;BACKGROUND-COLOR:#8a8d92;}
#logo{POSITION:ABSOLUTE;TOP:25px;LEFT:5%;WIDTH:900px;HEIGHT:100px;MARGIN:0px;}
#content {position:ABSOLUTE;TOP:125px;left:5%;width:900px;MARGIN-LEFT: auto;MARGIN-RIGHT: auto;HEIGHT:1500px;BACKGROUND-COLOR: #fff;}
<div id=menu">
menu goes here</div>
<div id="logo">logo will he here </div>
<div id="content">co ntent goes here</div>
and i get after the menu, say around 50px(below) , solid grey border where does it come from?
thank YOU
Comment