Good day,
I'm开发者_如何转开发 almost finished with my .net project implementation of a new design. But I'd like to try it with Firefox before releasing it. When I debug the project it creates an URL with "http://localhost/rest-of-url" and it opens IE and I can see the site. But when I copy this URL to Firefox it won't load the CSS at all. Is that a problem with Visual Studio 2008 ? Or do I have to do something different? I've got to say I'm a complete .NET newbie I'm just integrating the new design created in xhtml/css into this existing web application.
I'd like to see if I'm gonna be able to try cross browser testing without having to release this to the staging server. It would be greatly appreciated.
thanks in advance.
Use Firebug to check what URL it's trying to load the CSS from, and to check whether you get any CSS errors.
Sounds like you may have an error in your css that is causing firefox to not interpret it correctly or at all. IE is more forgiving of these types of errors. Firefox is much more strict to standards.
精彩评论