Can you look at this and tell me what I am missing?

Fireproofgfx

New Member
I am trying to hand code as much as I can on this site, but when I go and preview it in Chrome it looks great but when I view it in IE and Firefox it's totally messed up. Do you see what I am missing.

It's like IE and Firefox are not picking up the CSS stylesheet
 

Phreaddee

Super Moderator
Staff member
css/style.css
or
/css/style.css
?

also Firefox (and prob IE but not sure) cancels loading of a stylesheet as soon as it hits an error it cant work around. sometimes its as stupid as a simple missed ; on the end of a selector...
 

Fireproofgfx

New Member
I ran the page through w3c validator Html and Css and it came up positive.... So I don't know. I looked very closely at the : ; and they all seemed to be there. I guess I will go back a little bit and check it out and try and pin point where it went wrong..
 

CaldwellYSR

Member
That's really odd... never seen it before, I'm interested to see what is causing the problem.

Use of globalStorage is deprecated. Please use localStorage instead.
Use of attributes' nodeName attribute is deprecated. Use name instead.
Use of attributes' nodeValue attribute is deprecated. Use value instead.

Those are the warnings in the console. Not sure where they're coming from though...
 

Fireproofgfx

New Member
I am hosting the preview page and all of the files in its own client folder on my site, but I wouldn't think that is the issue.
 
Top