Not signed in (Sign In)

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

Categories

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

    • CommentAuthorAshcrapper
    • CommentTimeJul 26th 2006
     permalink
    I always seem to get totally different padding/margins in IE6/FF. Does anyone know of any articles for tips on how to get things looking the same. Its driving me insane!!!!

    Thanks in advance,
    Ash
    • CommentAuthormista3
    • CommentTimeJul 26th 2006 edited
     permalink
    It's probably the Box Model problem... whereby IE interprets padding on divs incorrectly and gets their width wrong... http://tantek.com/CSS/Examples/boxmodelhack.html or google for Box Model (Hack)
    • CommentAuthorkmg
    • CommentTimeJul 26th 2006
     permalink
    one tip i use is use the universla selctor for padding and margin to take out those declarations on all elements, then when i need them a just declare a padding and a margin, but really try not to add padding and margin to layout elements

    universal selctor is

    *{
    margin:0px;
    padding:0px;
    }
Add your comments
    Username Password
  • Format comments as (Help)