Hello, I'm trying to create a footer for my website. I have a simple layout: on the upper part a flash animated menu. under it (and a bit overlapping) an iframe tag that displays the page that the flash menu directs to. on the bottom I want to put a footer (png image) that will be at the very bottom of the page if the iframe content fits in one page or at the end of the iframe if it is longer that the page's length. I'm having trouble acheiving that. I need al of thoes items to be 800px wide and centered and i need the bottom of the iframe to overlap the footer a bit if it is longer (or reaches) the bottom of the page. Thank you Uri
Hi, thank you for your quike response. The assembly is quite simple: I added a background image that resized to fit screen size (by using an img tag and setting 100% width and height to it in css). At the top I added a flash object tag with transparency that need to be on the top most part of the site (i don't need it to appear when I scroll down) Later I have a transperent iframe that displays which ever page that is directed from the flash menu. I set all the other pages to have transperent background so you can see the originat background of the parent page. at the bottom of the screen I need a png image with transparency to get the original background behind it. It should be centered and at the bottom of the screen if the page doesn't fill the screen or at the end after the iframe with a bit of overlap between the iframe text and the footer. I hope i managed to explain myself Thank you Uri