DSContEd / IntroWebDevelopment

At the end of the course, students will be able to plan, design, and implement a web site using current standards and best practices.
1 stars 1 forks source link

Some CSS functionality does not seem to be working in some/all browsers with JS Bin #3

Open Jarnoldo opened 7 years ago

Jarnoldo commented 7 years ago

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

TonyGoodDay2 commented 7 years ago

This is what I see in JSBIN:

image

TonyGoodDay2 commented 7 years ago

Can you send me your link to jsbin or attach notpad files of the css so I can check it. Thanks