Hi all, I'm currently working on koopmanmedia .com / testing ( remove the spacing ) I've been helped by some other people but they couldn't help me much further so... - How do I get the logo and the footer ( both at the bottom of the page ) to be fixed on the bottom? - I tried a php include for the menu on the left side, but somehow the buttons aren't showing up, how can I fix this problem? Thanks all in advance!
Am I correct in think that you want the logo from the top of the screen to be placed in the footer? Or The the logo on the left of the screen to be placed in the footer in the same column?. As for the menu on the left I don't see one (is there 4/5 links in the menu with an image for the background?) If I think it is 4/5 links with and image for the background you need to supply the correct URL for the images and anchor URL What you have is below: file:///C|/Documents%20and%20Settings/Klaas%20Koopman/Bureaublad/Web%20Design/Website%20Projecten/Koopman%20Media/Backend/09-02-2006/images/menu1.gif
Thanks I got the menu there now! Now: - How do I get them to be aligned at the top left corner? - How do I get the logo in the bottom left at the bottom? - How do I get the footer at the bottom?
Find this bit of code in the file (its above the 5 images for your menu) and add the bit in bold. <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="201" valign="top" bgcolor="#E4E4E4"> I'll work on the other two but I have to go out for a few hours. I should get back to you asap. Its been along time since I used tables in page layouts. You might want to think about moving on to css for this.
Right I think I got it: Add this css style to the top of your page under the body style td.menubg{ background-image: url(address of the image/3_13.gif); background-attachment: scroll; background-color:#e4e4e4; background-repeat: no-repeat; background-position: bottom; } And add this to the code (bit in bold) I told you to change before: <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="menubg" width="201" valign="top" bgcolor="#E4E4E4">
hey thanks a lot! The menu is on the right spot now, but the footer is not and the logo under the menu should be at the bottom aswell!
Tell me is this the way you want it? http://www.dkinweb.com/testing_site/test3_css.htm It works on Mac IE, Firefox, Opera and Safari. Its mostly css and div tags but I had to use a table to get some part correct, but it is a little bit cleaner than the code you have used. Let me know if you see any problems with IE for the PC.
looking good! but few things I'd like different oh and another thing I gotta learn how to do this myself, so send you a pm!