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.

  1.  permalink
    Do they exist?

    Thank you in advanced,

    Adam
  2.  permalink
    Why would you need conditional statements for Safari?
    Conditional statements support only by IE for the rest you can use CSS hacks.

    The were some bugs in Safari that allowed to use some hacks like
    /* Be nasty to Safari */
    @media all {
    @import url(style.css);
    /* rules */
    }
    /* End be nasty to Safari */

    But I'm not sure if it's still works they might fixed the problem.

    Cheers, DS
  3.  permalink
    Conditional comments are strictly an IE phenomenon.

    If you're trying to serve CSS specifically to Safari, you can try this: Safari Stokely Hack.
Add your comments
    Username Password
  • Format comments as (Help)