Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS Layout…Kind of Footer Problem

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23367
    allielopez
    Participant

    Hi Everybody,

    I am new at using CSS for layouts. I have been a table girl all my life and I am attempting to try and switch over but the task is rather daunting….

    I am working on a new website. This is what I have so far:

    http://www.riverahotelsouthbeach.com/allie/single02.htm

    I tried to use css instead of a table but I gave up :( ….I might give it a second go if I can get my layout to work.

    I was able to get that middle column to extend all the way up and down but my question is this….Can I do something to it so that when someone would let’s say stretch out the page you wouldn’t see all that extra space at the bottom?

    I think I read something on another thread here about adding a footer but I’m not necessarily wanting a footer. Can someone please help?

    #50361
    Cotton
    Member

    I think you were asking about how to get your floated columns to extend all the way to the bottom? If that is the case, the easiest way to fix it is to create a clear class, and then put that after your columns.

    Code:
    CSS
    .clear {clear: both;}
    Code:
    HTML

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.