thats strange... im sure I replied to this last night... odd
add a <div class="push"></div> after your clearing div before your footer :) you forgot to add it :) It basically pushes the footer away from the content...
thats strange... im sure I replied to this last night... odd
add a <div class="push"></div> after your clearing div before your footer :) you forgot to add it :) It basically pushes the footer away from the content...
You did, don't worry. I remember reading it, so I thought I'd double check that we both weren't crazy, here it is: viewtopic.php?f=2&t=1731&p=8424#p8424
[quote="Robskiwarrior"]thats strange... im sure I replied to this last night... odd
add a <div class="push"></div> after your clearing div before your footer :) you forgot to add it :) It basically pushes the footer away from the content...
You did, don't worry. I remember reading it, so I thought I'd double check that we both weren't crazy, here it is: viewtopic.php?f=2&t=1731&p=8424#p8424[/quote]
The content, especially on my portfolio and contact page, flows behind the footer, what can I do to adjust this?
looking at FF those 2 pages seem fine???
and your main page you linked to had a small problem, but mainly just a spacing issue, as a link was behind your footer.
could you post your CSS & HTML code for your footer ?
which link is hidden?
here is my code.
#footer {
background:url(../../../lcgraphics/footerbg.jpg) no-repeat;
float: left;
left: 264px;
width:574px;
text-align:left;
color:#ffffff;
position: relative;
}
#footer, .push {
height: 137px;
}
your footer covers the bottom half of the read more link
add a <div class="push"></div> after your clearing div before your footer :) you forgot to add it :) It basically pushes the footer away from the content...
You did, don't worry. I remember reading it, so I thought I'd double check that we both weren't crazy, here it is:
viewtopic.php?f=2&t=1731&p=8424#p8424
You did, don't worry. I remember reading it, so I thought I'd double check that we both weren't crazy, here it is:
viewtopic.php?f=2&t=1731&p=8424#p8424[/quote]
thank goodness for that LOL :D