I need help in css and js programming

6 replies
I recently created one CSS with HTML5 and JQuery combination Blue Effects, but don't know the effects is not working.. i tried everything but still not working.. can someone please help me. I also added all files in zip format.. please take a look and try to work on the file.

Thank you.
#css #programming
  • Profile picture of the author locke815
    w3schools will give you plenty of guideline.
    {{ DiscussionBoard.errors[6797953].message }}
    • Profile picture of the author boosters
      Originally Posted by locke815 View Post

      w3schools will give you plenty of guideline.
      Thanks but if someone can check the file they will detect the problem immediately.
      {{ DiscussionBoard.errors[6797966].message }}
  • Profile picture of the author prtt75
    have you tried viewing it on a different browser other than what you are using right now?
    {{ DiscussionBoard.errors[6798234].message }}
    • Profile picture of the author boosters
      Originally Posted by prtt75 View Post

      have you tried viewing it on a different browser other than what you are using right now?
      yeah i checked on firefox and IE but didn't working.. may be there is a code problem or css problem...
      {{ DiscussionBoard.errors[6798243].message }}
  • Profile picture of the author lamzoR
    Hello,

    I have fixed it. Can you message me with your email address?

    #update - you have to edit the index.html

    Delete this:

    <link rel="stylesheet" href="C:/Users/Boosters/Desktop/code/Blur/css/styles.css">
    <link rel="stylesheet" href="C:/Users/Boosters/Desktop/code/Blur/css/reset.css">
    <link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
    <script type="text/javascript" src="C:/Users/Boosters/Desktop/code/Blur/js/scripts.js"></script>
    Replace with this:

    <link rel="stylesheet" href="css/styles.css">
    <link rel="stylesheet" href="css/reset.css">
    <link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
    <script type="text/javascript" src="js/scripts.js"></script>
    The other things just depending on you.
    {{ DiscussionBoard.errors[6798601].message }}
    • Profile picture of the author boosters
      Originally Posted by lamzoR View Post

      Hello,

      I have fixed it. Can you message me with your email address?

      #update - you have to edit the index.html

      Delete this:



      Replace with this:



      The other things just depending on you.
      I tried that method but still not working :confused::confused:

      It is looking like this

      {{ DiscussionBoard.errors[6801701].message }}

Trending Topics