Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS webkit

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #31038

    i have problem with webkit
    it was not in dreamweaver and i typed in notepad and didn’t get result
    is there any way?
    thanks

    #69453
    TT_Mark
    Member

    Sorry, not sure I understand your question.

    Are you having problems with some of your code in WebKit browsers (e.g. Safari and Chrome). If so, can you post a link to the site so we can see it and help you out?

    #69454

    hi
    no first i use webkit(-webkit-transition: margin-top 0.2s linear) in dreamweaver and there was no any change in firefox after that i typed in notepad it was like previous(no change)
    is there any way?
    sorry about my english
    thanks

    #69458
    TT_Mark
    Member

    Firefox is not a Webkit browser, you need -moz-transition for Firefox to work as well

    #69461
    Chris Coyier
    Keymaster

    -webkit- = Safari and Chrome
    -moz- = Firefox
    -o- = Opera

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.