Forums

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

Home Forums CSS [Solved] Why my css is not working in firefox ?

  • This topic is empty.
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #162017
    blyk
    Participant

    Here is my webpage link please download it… http://wikisend.com/download/121352/Etisbew.rar

    When I run the code in mozzila firefox with in codepen it works fine but when I create html & css file on my PC and then try to run it on mozzila firefox it doesn’t run. can anyone of you help me with this ?

    code pen is here http://codepen.io/blyk/pen/EoeIh

    #162019
    chrisburton
    Participant

    In most cases, we encourage users not to download zip or rar files for security purposes. A CodePen, which you provided, is preferred or a live site.

    First, replace all your HTML with mine:

    http://codepen.io/chrisburton/pen/rKaqf

    Second, the reason it is “not working” is simply because you do not have an image in the directory you specified. In other words, the file path is wrong.

    #162021
    blyk
    Participant

    No it is not working. In my system, file path is correct and it is working fine in chrome but when I run it in firefox, nothing happens only static image shows and nothing happens when you hove your mouse over the div container.

    Even your codepen is not working firefox.

    Please guide me.

    #162022
    chrisburton
    Participant

    Can you show me a screenshot of what the page looks like in Firefox?

    But you do have src="1.png" in your image tag. There is no 1.png file in the Etisbew folder.

    #162023
    Paulie_D
    Member

    It should be noted that you are not using the -moz prefixed versions of the transforms etc.

    Add those (and the unprefixed versions) and you should be fine.

    The Codepen will work if you use the “prefix-free” tick box.

    http://codepen.io/Paulie-D/pen/jnAlF

    #162024
    chrisburton
    Participant

    Updated CodePen: http://codepen.io/chrisburton/pen/rKaqf

    @Paulie_D Firefox does not require the -moz prefix

    #162025
    Paulie_D
    Member

    @chrisburton The older versions do, don’t they?

    #162027
    chrisburton
    Participant

    Firefox auto-updates on launch. It’s not something I would worry about.

    #162029
    Paulie_D
    Member

    True…

    I knew the unprefixed version was the current option for FF. I just put the rest in for completeness. :)

    #162126
    blyk
    Participant

    Thanks for the help :) But is that all.. I just need to use only trnasfrom instead of -webkit-transfrom. Why so ? Can you explain this?

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