Firefox Quirks

Posted Nov 17th, 2004 by Rich

I quite often visit web pages where I need to save the source, with images and CSS etc., to tweak and find solutions to problems. The easiest method of doing this was by using the Save Web Page complete. IE used to mess this up. I had assumed, and hoped that firefox would be better. It isn’t, and is bordering on being worse!

example, and this piece of code has recently been utilised on the GAWDS website

<div style="background:#731600;margin:4px 0 1em 0;width:100%;">

Firefox then transposed this to:


<div style="margin: 4px 0pt 1em; background: rgb(115, 22, 0) none repeat scroll 0%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; width: 100%;">

However using the saving the web page HTML only still works, but you obviously don’t get the images, CSS etc.


4 Responses to: “Firefox Quirks”

  1. dotjay responds:
    Posted: November 24th, 2004 at 2:47 pm

    Hmmm, thaht’s an oddity. Have you posted a bug report on Firefox’s bugzilla pages?

    PS - hopefully those inline styles will disappear once I figure out how to tap into QnE’s html heads or add to the external CSS.

  2. Richard Smith responds:
    Posted: April 1st, 2005 at 2:07 pm

    Could you view the page source, copy that. Then get the images by saving the webpage. Just a thought.

    Mozilla Development is pretty top notch, I imaging someone somewhere is designing an extension to solve this!

    Richard Smith
    http://www.inyoureyes.co.uk

  3. Vinny responds:
    Posted: April 3rd, 2005 at 7:53 am

    I think I found an answer elsewhere at
    http://www.webmasterworld.com/forum21/8574.htm

Sorry. Comments are closed.