Results 1 to 5 of 5

Thread: Need table to extend down as long as pictures

  1. #1
    Join Date
    Mar 2009
    Location
    UK
    Posts
    33
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Need table to extend down as long as pictures

    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.
    Last edited by ddadmin; 07-27-2009 at 05:37 AM.

  2. #2
    Join Date
    Apr 2009
    Location
    Sydney, Australia
    Posts
    118
    Thanks
    16
    Thanked 1 Time in 1 Post

    Default

    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.

    Code:
    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.

  3. #3
    Join Date
    Mar 2009
    Location
    UK
    Posts
    33
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    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.

  4. #4
    Join Date
    Apr 2009
    Location
    Sydney, Australia
    Posts
    118
    Thanks
    16
    Thanked 1 Time in 1 Post

    Default

    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.

  5. #5
    Join Date
    Mar 2009
    Location
    UK
    Posts
    33
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Ok chap well it's been sorted anyhow cheers :-D

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •