Asher01
07-15-2011, 09:46 AM
I've been learning CSS from www.w3schools.com after re-learning HTML to HTML 4 and XHTML.
I'm using Firefox and Notepad2 and so far, everything has been going fine and working just as expected...
I always use http://validator.w3.org/ to make 100% that there isn't even a ! Warning let alone an error.
I decided to check that everything works OK in IE, as even though I only use Firefox I understand a large percentage of browsers each rightfully have their own favorite browsers.
However, it seems that as careful as I have tried to be, and as much as everything works 100% for Firefox and Chrome... for some weird reason NONE of my CSS works in IE8 ... nothing at all.
Seems like IE has totally ignored my line:
<link rel="stylesheet" type="text/css" href="/C:/Documents and Settings/Asher/My Documents/W3S/CSS/CSS1.CSS" />
Then carried on reading the test of the XHTML in the htm file perfectly.
I'm sure there has to be something I am unaware about that makes CSS work in IE. So I would greatly appreciate any help or insight that people could provide.
Cheers,
Asher
I'm using Firefox and Notepad2 and so far, everything has been going fine and working just as expected...
I always use http://validator.w3.org/ to make 100% that there isn't even a ! Warning let alone an error.
I decided to check that everything works OK in IE, as even though I only use Firefox I understand a large percentage of browsers each rightfully have their own favorite browsers.
However, it seems that as careful as I have tried to be, and as much as everything works 100% for Firefox and Chrome... for some weird reason NONE of my CSS works in IE8 ... nothing at all.
Seems like IE has totally ignored my line:
<link rel="stylesheet" type="text/css" href="/C:/Documents and Settings/Asher/My Documents/W3S/CSS/CSS1.CSS" />
Then carried on reading the test of the XHTML in the htm file perfectly.
I'm sure there has to be something I am unaware about that makes CSS work in IE. So I would greatly appreciate any help or insight that people could provide.
Cheers,
Asher