css help? :(

  • Started
  • Last post
  • 21 Responses
  • nocomply0

    Hey..just on my way out of here..didn't read all responses but as to the clear....

    any time i have floating columns, I always include a clear afterwards. i don't think that is your problem right now, but its still good practice none-the-less.

    There are several ways you can do this. I choose to have an entire extaneous div thrown in there with a class i like to call "clear"

    The style for "clear" should be:
    clear:both
    height:.01em;
    overflow:hidden

    Here is a more advanced way that lets you clear your floats without adding an extra div

    http://www.positioniseverything.…

    I usually choose not to do this method, but that is just my personal preference.

    This post is probably getting way off topic, but I hope its at least somewhat helpful. I'm out of here. Peace guys.