View Full Version : Need table to extend down as long as pictures
sivlock
06-29-2009, 09:48 AM
This is currently being worked on so it's gonna change but the problem I am currently facing is I need to make the footer appear underneath the table in the middle that contains 3 columns because at the moment the pictures float on the left side down to the bottom of the screen.
Here is the URL: URL removed as requested.
and for the css take it off from Firefox with the webdeveloper toolbar unless anyone wants it pasted. Let me know people, thanks.
sniperman
06-29-2009, 11:11 AM
why do people continue to use table for presentation layouts rather than div containers?
If you insist on using tables, an idea would be to convert the left-side navigation table into a div container. The "content" and "testimonials" will remain a 2 row table - although I strongly advise the use of div containers for semantic code and accessibility.
In this fashion the images will stretch with the container.
You can use css for the bottom gray footer.
style="clear:both;"
Tables are fixed things. They are not fluid, which makes them inflexible to design with. Div containers are flexible with heights and widths.
sivlock
06-29-2009, 12:11 PM
You come across as a bit of a big head for a start I didn't do the design I've been asked to work with the original existing code so someone else used tables and people do still use them so don't start having a mental flip.
Thanks for the reply anyhow but still hasn't worked.
sniperman
06-29-2009, 02:45 PM
received with a personal insult. nice. if you don't appreciate someone's help or their views you come across as arrogant. hope your project goes well.
sivlock
06-29-2009, 02:50 PM
Ok chap well it's been sorted anyhow cheers :-D
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.