Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Firefox Inventing Its Own Html?
Bảo Tuấn
post Mar 26 2007, 03:24 AM
Post #1


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 12
Joined: 26-March 07
Member No.: 21,082



I am building a website for a client. I finally have the animations and the site content the way i want it. I updated the site via FTP, and IE displays it perfectly. Firefox however displays my "work in progress" animations still, even though the index file references the new animation. I have cleared cache, and even looked up the site on different computers, and on every one, FF displays those darn rough draft animations while IE works perfectly. Any idea as to what is going on here?
Go to the top of the page
 
+Quote Post
Quatrux
post Mar 26 2007, 11:57 AM
Post #2


the Q
Group Icon

Group: [HOSTED]
Posts: 980
Joined: 13-July 05
From: Lithuania, Vilnius
Member No.: 7,059



Can you give the url to that website? What kind of animations you're using? We need more info.
Go to the top of the page
 
+Quote Post
miCRoSCoPiC^eaRt...
post Mar 26 2007, 12:28 PM
Post #3


PsYcheDeLiC dR3aMeR
Group Icon

Group: Admin
Posts: 2,242
Joined: 29-January 05
From: Nakorn Chaisri, Thailand
Member No.: 2,411



I would have suggested a Forced Reload (not simply deleting the cache) by pressing Ctrl+F5, but then again you say you've tried it from various comps. It's not possible to comment any further from the info you've provided. As Quatrux said, you need to give us the URL of the site. A look into the code might reveal more.
Go to the top of the page
 
+Quote Post
sparkx
post Mar 26 2007, 03:47 PM
Post #4


Sparkx
Group Icon

Group: [HOSTED]
Posts: 321
Joined: 11-October 06
From: Dana Point, CA, USA
Member No.: 16,496



QUOTE
Firefox however displays my "work in progress" animations still, even though the index file references the new animation. I have cleared cache, and even looked up the site on different computers, and on every one, FF displays those darn rough draft animations while IE works perfectly. Any idea as to what is going on here?

Did you try viewing it as a IE web page. All browsers view sites differently. I use Opera because it is easy to switch how it views sites. On firefox you can also do this by right clicking and going to options (I think that should do it). You should be able to change how it views the page and even how the page views the browser (as in browser redirecting ect). Refresh the page and that should do it.
Hope this works,
Sparkx
PS if you are confused P.M. me and I will check how to do it exactly.
Go to the top of the page
 
+Quote Post
richie
post Mar 26 2007, 07:20 PM
Post #5


Member - Active Contributor
Group Icon

Group: Members
Posts: 98
Joined: 16-December 06
Member No.: 18,408



even i have faced such problems manytimes, the solution is to find a code that works for both ,make small changes which wont affect internet explorer but may help to rectify the problem in the firefox,even i have seen that internet explorer allows many errors in html code ,but firefox doesn't ,but if there is a problem firefoc display the page properly than the internet explorer espscially in collapsible tables and boundries
Go to the top of the page
 
+Quote Post
SilverFox
post Mar 26 2007, 07:29 PM
Post #6


Premium Member
Group Icon

Group: Members
Posts: 206
Joined: 26-February 07
From: Texas
Member No.: 20,598



I've had problems with IE displaying things. Are the two using different coding? How can there be in effect 2 kinds of HTML? Aslo can you use IE to view as FF page? Because some people are stubborn and won't switch.
Go to the top of the page
 
+Quote Post
HellFire121
post Mar 27 2007, 08:30 AM
Post #7


Premium Member
Group Icon

Group: [HOSTED]
Posts: 438
Joined: 28-January 06
Member No.: 10,925



Do you still have other traces of that image on your server? I'd delete the image that shows up and double check the coding to make absolutely sure that there is no error. If it still doesn't work then it would probably be a .htaccess file or webserver configuration so you might want to check that too.
Otherwise i've got no idea

-HellFire
Go to the top of the page
 
+Quote Post
miCRoSCoPiC^eaRt...
post Mar 27 2007, 09:07 AM
Post #8


PsYcheDeLiC dR3aMeR
Group Icon

Group: Admin
Posts: 2,242
Joined: 29-January 05
From: Nakorn Chaisri, Thailand
Member No.: 2,411



QUOTE(SilverFox @ Mar 27 2007, 02:29 AM) *
I've had problems with IE displaying things. Are the two using different coding? How can there be in effect 2 kinds of HTML? Aslo can you use IE to view as FF page? Because some people are stubborn and won't switch.


It's not because of 2 "different kinds" of HTML but because of the way IE and FF render pages. The rendering engine in both are coded different. IE allows lots of "extra" Microsoft specific tricks and automatically tries to fix syntax errors and in turn has very bad compliance to the HTML standards defined by W3C.

In comparison Firefox is far more standards compliant (following upto 99% of W3C's recommendations) and doesn't give you much lee-way in terms of coding error. A page which may seem to render fine on IE may not render at all in Firefox. On the other hand, since IE doesn't follow much of W3C's recommendations of both HTML and CSS, valid HTML layouts sometimes break-out in IE and become a mess. Stupid cow of a browser, if you ask me only fit for retards.


As for vieweing the page in both modes - am not sure if you can do it in IE. But for Firefox, you have an extension called IE Tab which can render a particular page / site for you in IE mode, right inside a Firefox tab.
Go to the top of the page
 
+Quote Post
beatgammit
post Mar 27 2007, 03:57 PM
Post #9


Member - Active Contributor
Group Icon

Group: Members
Posts: 83
Joined: 10-November 06
From: Provo, UT
Member No.: 17,161



Firefox does not use a different kind of HTML (HTML is universal among all browsers), but it does have a different method of displaying HTML pages. Firefox uses a rendering engine called Gecko, created by Netscape, that renders HTML according to strict rendering standards. IE ignores these standards, letting incorrect, and possibly harmful, HTML and JavaScript "code" to be rendered. One such example is the document.all property in JavaScript. I was trying to include a simple timer on my web page depending on the pendule of the document. I copied the source from a web site and it worked fine on IE, but it got all messed up with Firefox. I changed one of the properties to "document.all" and it worked fine.

In fine, Firefox renders web pages more exactly than IE does. IE spawned "bad" HTML, HTML that does not adhere to the standards but IE renders fine anyway.

To solve your problem, go through your "code" and make sure that everything is standardized. I don't know how you have it set up, but it could be something very simple. Give an example of your code to us and we'll try to help you.
Go to the top of the page
 
+Quote Post
threesix
post Apr 15 2007, 02:25 PM
Post #10


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 49
Joined: 8-April 07
Member No.: 21,356



this is a simple answer: clear the cache.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Basic Tips and Tricks in HTML(15)
  2. Embedding XML into HTML(2)
  3. Force Object To Load Last(2)
  4. Free Shoutbox? HTML, Flash or PHP Code(24)
  5. Here Are Some Html Tutorial Sites(1)
  6. Get Input From Html/txt File?(2)
  7. How Can You Spice Up Your Basic HTML Site ? Beginner Needs Help(9)
  8. HTML Editor(23)
  9. Need Help With The HTML HR Tag(5)
  10. HTML: Seems Like A Simple Problem, But I'm Baffled!(4)
  11. Where To Find A WML To HTML Converter ?(2)
  12. A First Peep Into Html(5)
  13. Home Videos(4)
  14. Web Designers Dream Package(9)
  15. DHTML Fade-in/out Loading Bar(5)
  1. Bulletproof HTML: 37 Steps To Perfect Markup(4)
  2. Internet Explorer 7 Problem(6)
  3. Quick Tips On Html And Css(11)
  4. Firefox Plugins For Web Developers(12)
  5. Scripts And Html(13)
  6. Stretching My Site Vertically(6)
  7. Html Stats(3)
  8. About Html(15)
  9. Html Table Issue.(18)
  10. Html Emails How?(12)
  11. Sitepoint's Css And Html Reference Sites(2)
  12. Yaml - (x)html/css Framework(2)
  13. Style P And H? Html Tags(1)


 



- Lo-Fi Version Time is now: 4th July 2008 - 03:12 AM