How much would it take for me to get to work across all platforms?
I am aware that different web browsers are all different in the way they view webpages.
You have your external CSS in your html file...
Well for starters put the CSS in another file and link it to your HTML.
Generally all code will work in modern browsers, but sites should go back to IE8.
Just make different CSS docs for the other browsers which aren't playing ball, generally just a few tweaks here and there.
Detect different browsers using an if statement in the head of the HTML.
Also, sort the code out, you haven't even indented code, let alone declared a doc type.
Also, you may want to put a comment in your code that you ripped the navigation bar off, from someone else's work, or you could get a big fat fail
Last edited: