Layout issue

Discussion in 'HTML & Website Design' started by Cristian Mezei, Jul 22, 2006.

  1. #1
    Can someone help me with an advice ?

    http://www.seopedia.org/

    Look with Firefox, everything is ok. Then look with IE. The right sidebar gets moved way down.

    I don't want something like: Yeah check the margins, because I did that already. If someone can pinpoint the problem exactly, I will try to return the favour :)
     
    Cristian Mezei, Jul 22, 2006 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    It appears the one or more of your links is causing the sidebar to expand (IE doesn't overflow correctly). In View→Text Size, click "smaller" and you will see the column move rightward. At that point, the apparent margin right is gone, but the column is still a hair too wide. I suspect the form is a bit wide.Try removing it.

    cheers,

    gary
     
    kk5st, Jul 22, 2006 IP
  3. Cristian Mezei

    Cristian Mezei Notable Member

    Messages:
    3,332
    Likes Received:
    355
    Best Answers:
    0
    Trophy Points:
    213
    #3
    I tried removing the form. It didn't helped.

    Thanks for the resize text tip. Now I can see that IF i decrease the text, the right margin also decreases.

    But I actually don't know what to fix there (It's week-end, so no designer available)
     
    Cristian Mezei, Jul 22, 2006 IP
  4. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #4
    Make the sure the link text can wrap. If a container having hasLayout[1] has a descendant that wants to overflow, the container will expand, instead. A Bad Idea. It may be happening anywhere in the column. Try removing all the content of the column, putting it back an item or group at a time. The item(s) that break things will be obvious.

    cheers,

    gary

    [1] http://www.satzansatz.de/cssd/onhavinglayout.html
     
    kk5st, Jul 22, 2006 IP
    Cristian Mezei likes this.
  5. Cristian Mezei

    Cristian Mezei Notable Member

    Messages:
    3,332
    Likes Received:
    355
    Best Answers:
    0
    Trophy Points:
    213
    #5
    Hey I found the problem.. It was the reffer module (it had a larger width than the sidebar's width, at generation).. Thanks a lot. :)
     
    Cristian Mezei, Jul 22, 2006 IP
  6. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #6
    You work fast! :D Glad you found it.

    cheers,

    gary
     
    kk5st, Jul 22, 2006 IP