|
Hi there, I'd appreciate some feedback regarding an extremely annoying problem. I don't know how much is alright to post, but I'll try to do my best to keep this short. Essentially, this header is not showing up on any of my pages:
This is the HTML after the links to the style sheets/layout, which all seem to be working, so it's not really important to paste that in here.
<body id="page4">
<div class="main">
<div id="header">
<div class="logo">
<h1><a href="micindex.htm"><b>Delaney</b></a></h1></div><div class="logo1">
<h1>for justice.</h1></div>
Style that links to it is this:
#header {font-size:1em; color:#FFFFFF}
#header .logo{
margin:30px 0 0 11px;
position:absolute;
top: 1px; }
Layout says:
#header {
height:559px;
background:url(imagesN/top.jpg) no-repeat top center;
font-family: Arial, Helvetica, sans-serif; }
Everything else appears to be working except for this part of it. Does anyone have any ideas as to what could be going wrong?
|