Ok - New Query! :)

liunx

Guest
Hi again.<br />
Ignore the last thread, I've ditched that design, just spend 7 hrs trying to get this one done.<br />
<br />
Link: <!-- m --><a class="postlink" href="http://www.geocities.com/abiy2k2003/test.html">http://www.geocities.com/abiy2k2003/test.html</a><!-- m --><br />
<br />
Three qus about it that I cannot seem to fix I hope you can. As you'll see by the link above, if the content in the main content block is longer than what's in the left box where the navigation etc is, then the left ends where its content stops.<br />
Is there a way to get the left block to always go to the bottom despite how much content it holds opposed to how much the main content one does? Hope that makes sense.<br />
<br />
Secondly, as you'll see the copyright information etc is underneath the main content, can I get that onto the bottom in it's own div beneath the left block - so it'd stretch 100% from the left->right.<br />
<br />
Furthermore, if the above with the footer is possible, how can I give it a #F0F0F0 background? With my old design it wouldn't do it with background-color: #F0F0F0;.<br />
<br />
I hope you can help!!!<br />
Any other suggestions or comments on improvements are also very welcome. I'm really counting on your help and advice - many many thanks in advance.<!--content-->The 3 cloumn stretch (<!-- m --><a class="postlink" href="http://positioniseverything.net/thr.col.stretch.html">http://positioniseverything.net/thr.col.stretch.html</a><!-- m -->) should fit your basic loyout.<br />
The copyright notice should be in a seperate div (not within another) then give it style="background:#ccc; color:#000;"<!--content-->Hiya the footer is in it's own div?<br />
I don't quite understand what you meant, sorry.<br />
Thanks :)<!--content-->Move it out of the container:<br />
<div id="container"><br />
.<br />
.<br />
</div><br />
<div id="footer"><br />
<div id="footerleft">copyright</div><br />
<div id="footerright" style="float:right;">right copyright</div><br />
</div><br />
</body><br />
</html><!--content-->Hey, thanks again.<br />
Yes I see what you mean now.<br />
<br />
However, I've just changed it a little, you can see at <!-- m --><a class="postlink" href="http://www.geocities.com/abiy2k2003/test.html">http://www.geocities.com/abiy2k2003/test.html</a><!-- m --> . The footer is now fine, just that little bit.<br />
The only thing that remains is how to get the left all the way to the bottom that I described in the original mail.<br />
If you can tell me how to do that, and any other ways you'd do this so I can improve it'd be much appreciated.<br />
<br />
Many thanks!<!--content-->Read how the 3 column stretch (<!-- m --><a class="postlink" href="http://positioniseverything.net/thr.col.stretch.html">http://positioniseverything.net/thr.col.stretch.html</a><!-- m -->) was done.<!--content-->Hiya and thank you very much for your reply.<br />
<br />
Just read the link you gave, thanks.<br />
I don't see what I'm missing? I have most of that in my CSS ... sorry if i'm missing something silly here.<!--content-->
 
Back
Top