Entire Site Works In Safari. but NOT in Firefox!!
by joseph Wilkins
on
May 2, 2008 at 4:20:05 pm
I've been pulling my hair out trying to figure out why my site works fine in Safari, but then when I try it in firefox, the homepage looks fine, but the rest of the site is pretty much unrecognizable....
You could either put the css file there or put a ../ in front of the addressing which would tell the browser to go up one folder in the hierarchy to then look in
ati/site/_code/L1.css
for the file.
Why this works in Safari is beyond me as it shouldn't work in any browser with this css addressing.
Re: Entire Site Works In Safari. but NOT in Firefox!! by Abraham Chaffin on May 5, 2008 at 4:07:52 pm
Looks like that same principle I stated before applies to all the other elements on that page as well - your images etc. They're all setup to be relative to that folder. I suggest moving the html document to the same folder as the page that is working and try it there.