[Site Home] [Forum Home] [Articles] [File DB] [News Archives]

Programming -> html stuck


(View original topic)


MikeDB - Nov-22-2007 server time
nvm fixed it tongue.gif

MikeDB - Nov-22-2007 server time
html
CODE
<title>Zone</title>
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen">
</head>
<body>
<div class="header">
<img src='logo.jpg'>
sdasd
</div>
</body>
</html>

css
CODE

html, body
{
 background:   #764615 url(../bg.jpg) repeat-y;
 margin:    0;
 padding:   0;
 font-family:  sans-serif;
 font-size:   13px;
 color:    #666666;
 line-height:  14pt;
}

.float_left { float:  left; }
.float_right{ float:  right; }
.clear_both { clear:  both; }

strong   { color:  #ffffff;}

h1
{
 font-weight:   normal;
 font-size:   24px;
 color:    #318be8;
 padding:   0px 0px 5px 0px;
 margin:    0px;
}

h2
{
 font-weight:   bold;
 font-size:    12px;
 margin:    0px 0px 0px 0px;
 padding:   0px 0px 0px 5px;
 border-top:  1px dotted #fff;
 color:    #318be8;
}

* html h2
{
 padding:   6px 0px 6px 6px;
}

* html .heading
{
 margin-left:  5px !important;
 width:    426px;
}

#container
{
 margin:    0 auto;
 padding:   0px;
 width:    580px;
 height:    100;
}

.blue:hover      { background-color: #318be8 !important;  }
.grey:hover      { background-color: #777777 !important;  }

#header
{
 margin:    0 auto;
 padding-left:   100px;
 width:    590px;
 height:    150px;
 position:           absolute;
}


Okay so this should look like http://notintheface.biz/zone/site.jpg but it looks like this http://notintheface.biz/zone/

Whats up? tongue.gif (just focusing on the logo image for now)

(Showing 50 last posts, newest on top)