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.

    • CommentAuthorGeert
    • CommentTimeDec 16th 2005 edited
     permalink
    Safari does not get the following css rendered completely right. After some experimenting it seems to me that Safari ignores the decimals and applies a width of 7%.

    p {
    width: 7.8%;
    }


    No problems in Firefox or Opera. Anybody else noticed this as well? Any ideas for workarounds?
    •  
      CommentAuthorJohnRiv
    • CommentTimeDec 16th 2005
     permalink
    I don't have a mac to test on, but try
    p {
    width: 0.078em;
    }
    • CommentAuthorGeert
    • CommentTimeDec 16th 2005
     permalink
    The problem is that I really need a percentage value for this issue (working on a fluid layout).
Add your comments
    Username Password
  • Format comments as (Help)