+ 2
My code is returning an uncaught error and my css has no effect...like im completely list. Cab someone help me?
6 odpowiedzi
+ 2
Thanks alot Thong
+ 1
#First: the css still work (try body{background-color:red;} and see)
#And about the js: just wrap all of your js code inside this:
window.onload = function(){
Your code here
}
+ 1
Iv still got a few problems tho...if you could run the code with the CSS on a laptop web browser... u'll see why i said the CSS isn't totally functional.
But thanks alot still
0
And #3: please copy the content of 2ndGame.js to the js section too!
0
If some css work here but not there (desktop but not mobile, fire fox but not chrome...) It totally nomal. Developer task is fix these things!
0
Popular things you can try is prefix and media query.