The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Style sheets not functioning in Firefox, Style sheets working in other browsers but not in firefox
dhakko
post Jul 26 2012, 05:46 PM
Post #1





Group: Members
Posts: 2
Joined: 26-July 12
Member No.: 17,500



sad.gif
I have been trying from last 3 days or so but style sheets are not working in firefox for my website
www.cellularmagics.com/beta

its working well in I.E and chrome but not in firefox.

any one can help me sort out that issue?


--------------------
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Jul 26 2012, 06:26 PM
Post #2


Don't like donuts. Don't do MySpace.
********

Group: WDG Moderators
Posts: 13,726
Joined: 9-August 06
Member No.: 6



The URLs to all your style sheets have the slash tilted the wrong way. URLs have forward slashes. Only Windows paths have backslashes. Different browsers forgive different mistakes.

CODE
  <link rel="stylesheet" href="css\reset.css" type="text/css" media="all">
  <link rel="stylesheet" href="css\grid.css" type="text/css" media="all">
  <link rel="stylesheet" href="css\header-homepage.css" type="text/css" media="all">
  <link rel="stylesheet" href="css\style.css" type="text/css" media="all">
  <link rel="stylesheet" href="css\prettyPhoto.css" type="text/css" media="screen">


--------------------
“Never go to excess, but let moderation be your guide.”
– Cicero

IPB Image
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
dhakko
post Jul 27 2012, 05:56 AM
Post #3





Group: Members
Posts: 2
Joined: 26-July 12
Member No.: 17,500



Thanx alot it does worked smile.gif


--------------------
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 22nd May 2013 - 11:08 PM