FireFox and .css

Discuss how to use and promote Web standards with the Mozilla Gecko engine.
Post Reply
User avatar
robcarbonell
Posts: 12
Joined: October 14th, 2003, 9:34 am
Location: Hurst, Texas

FireFox and .css

Post by robcarbonell »

Can anyone help me.
I am using this great program called web gallery wizard pro
for picture slide shows, the program works great with ie 6/7
but when opening link with FireFox 1.5, Mozilla and Netscape
it gives me errors, I wrote to the company and they told me
the program works with all Browsers and I beleive them because
some folks have posted slide show pictures using there program
and I am able to view the side with no problems. The tech support
person it could be a .css problem, I uploaded the slide pic slide show
using the program to there host and it works great, but when I throw
the folder of the slideshow into my server which I am using Lansuite602
it does not, it only works with ie
click below and open with fire fox, the problem is the frame doesn open and it
reads that I am using a old browser
http://www.rcarbonell.com/test/disney/index.htm
Now if you click on below site from web gallery wizard host the site works great
http://onlinewerks.com/test/carbonell/
This is what he wrote from web gallery wizard support
I am able to verify the unexpected display in FireFox. It looks like the browser is not loading the CSS file. Please upload the gallery to our test Web server. This will allow me to see if the issue is with the FireFox browser or the Web server.
can anyone show me how to fix the UserChrome.css or UserContent.css
I really don't know if thats the problem
Thank you
Robert Carbonell
Lastest version Firefox 1.5
WinXP Pro SP2
Guest
Guest

Post by Guest »

Look in your javascript console: it will show you're serving css as application/octet-stream, which is mistaken. You need to serve css as text/css :)

There are other mistakes too. w3.org has css and html validators that do a passable job.
Post Reply