Forums

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

Home Forums CSS unable to execute+shorthand

  • This topic is empty.
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #39587
    Dakrneveah
    Member

    http://jsfiddle.net/Darkneveah/acV4n/94/

    It works in jsfidle but I don’t know how I would execute such. I haven’t gotten into JS yet.

    #108777
    Vermaas
    Participant

    Here take a look at this: http://codepen.io/stefanvermaas/pen/hgsEt

    Save the JS part as (example) core.js and include it on your webpage like this:

    #108779
    Dakrneveah
    Member

    I am still unable to get it work. Save it as core.js can I have it in a separate folder.

    #108780
    chrisburton
    Participant

    Is it in the header?

    Are you linking to it correctly? Right click, view source, look for that script and click on core.js. If it directs you to the file, you’ve linked to it correctly.

    #108782
    Dakrneveah
    Member

    The script scr is in the header what I am trying to animate is the the body/section. Yes I am linking it correctly.

    #108784
    Dakrneveah
    Member
    #108811
    chrisburton
    Participant

    That jsfiddle doesn’t look like it is about fading the body. Please paste your HTML as I suspect you have errors in that.

    #108785
    Dakrneveah
    Member

    Errors my boot! I just wanted to say that I know I have errors. previous page worked just fine but I decided to add this little thing but well here we are.

    #108786
    chrisburton
    Participant

    You have a bunch of errors in your CSS and your HTML. I think this is where I should suggest for the second time about learning the very very basics of both before just asking someone else to do the work for you. You’ve disregarded my suggestion in your previous posts to learn. This is for your benefit. The link below is a great place to start learning how HTML and CSS work.

    http://dontfeartheinternet.com

    #108787
    Dakrneveah
    Member

    Thanks for the link.

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