Sun, 2009-11-01 05:34
hi there is a problem i have uploded a site which is made by css style i have a problem that i can see the style properly on IE but on Mozilla I m not able to see the style properly and there is confution that when i see the file offline on mozilla i can see it properly
please tell me what is the problem
here is the link
Sun, 2009-11-01 13:23
#1
Don't use a backslash. <link
Don't use a backslash.
<link href="css\styles.css" rel="stylesheet" type="text/css" />
should be:
<link href="css/styles.css" rel="stylesheet" type="text/css" />
