When running through the exercises with CSS, I've noticed that a lot of the CSS functionality does not appear to be working in my browser(s). I've tried IE, Firefox and Chrome and keep running into the same issues.
When I run the example is cssdeck, I see the "Register" and "Login" buttons. When I copy it over to JS Bin, they do not appear. This is just one example, but the same happens for others, such as the animated text.
Also, I've had instances where some of the CSS code seems to have no effect at all when I write it and save it in my own file notepad file. If I take the already written code from the lesson folders and run that, it seems to work fine, even though it is the same. This happens in all browsers and seems to be random on which features will show and which will not.
When running through the exercises with CSS, I've noticed that a lot of the CSS functionality does not appear to be working in my browser(s). I've tried IE, Firefox and Chrome and keep running into the same issues.
Example: http://cssdeck.com/labs/olr2i1nk
When I run the example is cssdeck, I see the "Register" and "Login" buttons. When I copy it over to JS Bin, they do not appear. This is just one example, but the same happens for others, such as the animated text.
Also, I've had instances where some of the CSS code seems to have no effect at all when I write it and save it in my own file notepad file. If I take the already written code from the lesson folders and run that, it seems to work fine, even though it is the same. This happens in all browsers and seems to be random on which features will show and which will not.
Any ideas on what could be causing this?
-Jason