jalt1 wrote:
I have both IE and Firefox on my machine, and I am
a web developer. Nothing overly fancy, but I've noticed alot of things
that just don't work in Firefox, and after all the posts I've seen from
web developers screaming for Firefox it makes me curious.
One I can point out off the top of my head:
http://www.thespoke.netNow
granted, I will claim I just don't know what the deal is here, but what
can be so vastly different in what they did on that site that would
cause it to just be absolutely unbrowsable in Mozilla?
Another
problem I have had are with borders in overlapping div sections where
the border just gets cut off, or the rendering of tables. This just
gets rather annoying for me time and again, and if I'm just doing
something wrong in my design, or this is a common pitfall I don't know
about would someone please steer me in the right direction.
Not sure what's happening here as when browsing with Firefox you get redirected to
http://www.thespoke.net/%5Cqotd%5Cfirstpage.aspx instead of
http://www.thespoke.net/qotd/firstpage.aspx
Go to
http://www.thespoke.net/qotd/firstpage.aspx in Firefox and it works fine. It even looks the same in IE and Firefox.
Mozilla can only render the same as IE if all the quirks and bugs were
implemented and to do this to the same level, the source code for IE
would probably need to be available. I don't understand why people
criticise Mozilla so much when there rendering engine (Gecko) actually
works very well on most malformed (i.e. bad HTML) websites.
This seems to be an issue with the website. Perhaps the webmaster
should be informed? It is also a Microsoft site and written in ASP.NET
so no surprise that you may get issues with other browsers.
Just because IE can render a site but other browsers can't doesn't mean
there is something wrong with the browser - fixing the HTML/CSS/DHTML
is often all that is needed to get a site working.
Personally if I came across a site that did not work properly in
Firefox (i.e. completely unusable), I wouldn't want to visit the site
again or buy any of their products. After all it is the WORLD Wide Web,
and not everything revolves around Microsoft Windows and Internet
Explorer (infact there are millions of people who do not use IE and
Windows).
Microsoft should actually encourage web developers to code so that
sites work cross browser and platform. To do this, the visual tools
that create web pages (FrontPage, Word, other Office apps, Visual
Studio) should output in the correct format. ASP.NET 2.0 should prove
promising as that outputs XHTML that is accessible (unlike ASP.NET 1.0
and 1.1).