Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorspencerb
    • CommentTimeDec 19th 2006
     permalink
    Hey ya'll, I've designed the site that I would like, but have little to no knowledge at all on how to make it look the same in Internet Explorer. It looks great in Mozilla Firefox, but terrible in IE. Here's the website so you can see what I mean.

    http://www.vizualight.com/index.html

    If anyone would be interested in mentoring me, so that I could learn the tricks on how to do this, I would greatly appreciate it. I need someone to walk me through this. Thanks for your help.
  1.  permalink
    Looks the same to me in IE and FireFox, but I have IE6. Try to stay away from using margins and column divs in your CSS. For some reason this does not translate will in IE. Hope this helps!
  2.  permalink
    You are running into the IE Box Model problem. Briefly, IE calculates the width of container objects differently than the W3C standard. As a result, when you create divs with a specific width that include padding declarations, then float them next to each other, your layout will break because IE considers them to be wider than they actually are.

    See: http://en.wikipedia.org/wiki/Internet_Explorer_box_model_bug
Add your comments
    Username Password
  • Format comments as (Help)