1 reply [Last post]
discobaba
discobaba's picture
User offline. Last seen 2 years 14 weeks ago. Offline
newbie
Timezone: GMT+5.5
Joined: 2009-11-01
Posts: 1
Points: 2

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

http://rajvideovision.in/resto/index.html

Verschwindende
Verschwindende's picture
User offline. Last seen 6 days 2 hours ago. Offline
rank Guru
Guru
Timezone: GMT-5
Joined: 2009-10-09
Posts: 2037
Points: 2256

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" />

yet again.