css problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • oll3i
    Contributor
    • Mar 2007
    • 679

    css problem

    i have
    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;}
    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
  • oll3i
    Contributor
    • Mar 2007
    • 679

    #2
    i solved it thank You

    Comment

    • Stang02GT
      Recognized Expert Top Contributor
      • Jun 2007
      • 1206

      #3
      could you please post your solution. The only reason i ask is because there might be someone else out there that has the same problem as you, and if they see how to fix it, it will keep them from repeating this question over again :)

      Thanks!

      Comment

      Working...