the common right div is lower than rest of div's

Discussion in 'HTML & Website Design' started by Lukas, Nov 7, 2006.

  1. #1
    3 column css with fixed widths.

    main div content is 768 with 10 px margins on left & right side.

    left side content - float: left 159px
    middle content: float: right 365px
    right side: float right: 210px

    = 734

    I would think it's the margin with the interior div's but not so as I made those zero.

    what is the solution for this besides re-doing the whole darn thing..?

    I've tried lessening the right side as it works a dn displays correctly "without" rss feeds inserted into the corresponding middle column.

    BUT, the same feed in the middle column on anther page displays correctly.

    one more question: Since I hate IE7, display is crappy.
    Main reason:I like the web address display under the toolbar & MS says it is for security reasons

    How does one check if the site displays correctly in IE7 if it's not on your computer..chk on someone else computer or is there a website where you can do this..?
     
    Lukas, Nov 7, 2006 IP
  2. Forcefield

    Forcefield Peon

    Messages:
    314
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Can you provide some code?

    If I understand correctly, my first instinct tells me that the right column is relative and wants to sit below the left and middle content.

    As for your second question, try: http://browsershots.org
     
    Forcefield, Nov 9, 2006 IP
  3. itsme

    itsme Well-Known Member

    Messages:
    1,232
    Likes Received:
    96
    Best Answers:
    0
    Trophy Points:
    180
    #3
    Try floating them all as left... this should work.

    Make sure none of them have a "clear" value.

    Avoid margins on inner columns, use padding instead.

    If none of these work.... panic! ;)
     
    itsme, Nov 10, 2006 IP