Just a little problem with a layout I'm coding.

Discussion in 'HTML & Website Design' started by Josh-H, Mar 31, 2007.

  1. #1
    http://www.invisibler.com/test/

    I have floated the ads and the left navigation and as it should, the content text is wrapping under the navigation, but I do not want it to.

    So is there a way around it... or is there an alternate way of doing this.

    Thank You.

    Josh Holder.
     
    Josh-H, Mar 31, 2007 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    There are a couple of ways. To #content, do either of:

    overflow: hidden;

    or

    margin-left; nn; where nn is >= the width of the left column.

    cheers,

    gary
     
    kk5st, Mar 31, 2007 IP