css question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fris
    Too lazy to set a custom title
    • Aug 2002
    • 55679

    #1

    css question

    whats the difference between outline:none and -moz-outline-style:none

    ?
    Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.
  • BestXXXPorn
    Confirmed User
    • Jun 2009
    • 2277

    #2
    This is a semi guess here but I imagine before the "outline" property was accepted as a standard that FireFox used -moz-outline for its CSS definition.

    This happens a lot with latest tech that hasn't made it into the CSS spec yet like:

    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

    Eventually border-radius will make it into the spec however until then both webkit and mozilla have provided their own css property
    ICQ: 258-202-811 | Email: eric{at}bestxxxporn.com

    Comment

    • Farang
      one sick puppy
      • Oct 2004
      • 11713

      #3
      fris do you use icq?
      fbm

      Comment

      • wdforty
        Confirmed User
        • Jul 2004
        • 1824

        #4
        -moz-outline-style is obsolete use outline-style instead
        icq 157542142

        Comment

        Working...