Forum Moderators: not2easy

Message Too Old, No Replies

header will not display?

header will not display - is my code right?

         

silent1643

1:05 pm on Jan 27, 2009 (gmt 0)

10+ Year Member



havent touch css in years until recently and having an issue trying to get my header to display - any help would be great - i check the css code and html code and all seem right?

html

<body>
<div id="container">
<div id="top">
</div>
<div id="header">
</div>
<div id="stroke">
</div> <!--stroke -->

</div> <!--container -->
</body>

css


body {
text-align : center;
}
#container {
margin : 0 auto;
}
#stroke {
margin : 0 auto;
background : #64bbd8;
width : 764px;
height : 600px;
}
#top {
margin : 0 auto;
background : url(img/ctop.png);
width : 764px;
height : 24px;
}
#header {
background : url(img/header.jpg);
width : 750px;
}

[edited by: swa66 at 1:20 pm (utc) on Jan. 27, 2009]

silent1643

1:55 pm on Jan 27, 2009 (gmt 0)

10+ Year Member



figured it out! sorry :D