Firefox Compatability
Moderators: adeyke, VampD3, eriqchang, Angelus3K
Firefox Compatability
I found an old poll asking which browser was everyone's favorite, firefox was in the lead by about 63%. I was wondering if anyone else had trouble viewing this site under firefox. It would be nice if someone would touch up the HTML so it would be viewed correctly under firefox.
Thanks,
ejx982
Thanks,
ejx982
No problems at all with the forums... it's with the Journals.
http://www.agdinteractive.com/news-2005.php
When I go here with firefox, all the text is extreme left justified and in a narrow column. In Internet Explorer, it's nice and boxed.
This is with Firefox v1.0.2 and when I ran v1.0.0 it did the same thing.
I'm very glad there was an update saying they are still around (I didn't have any doubt).. but it was nice that they did alot of programming.
ejx982
http://www.agdinteractive.com/news-2005.php
When I go here with firefox, all the text is extreme left justified and in a narrow column. In Internet Explorer, it's nice and boxed.
This is with Firefox v1.0.2 and when I ran v1.0.0 it did the same thing.
I'm very glad there was an update saying they are still around (I didn't have any doubt).. but it was nice that they did alot of programming.
ejx982
I've been updating some other sites to W3C standards. I was going to get around to the AGDI site eventually. If it's W3C-compatible, will it work better with Firefox? One site I was working on was good with IE, but broke in Netscape after updating it. I haven't used Firefox myself as a browser or to test compatibility.
If you were able to fix that, that would be awesome. I rarely use IE due to it's lag in loading webpages compared to firefox. In fact, I only use IE for ActiveX websites, such as WindowsUpdate or Online Virus Scanners. I actualy have my homepage set to windowsupdate, becasue i soely use firefox.
Joe
Joe
-
- Knight Status
- Posts: 153
- Joined: Fri May 21, 2004 11:49 am
- Location: Tygron Development Centre
- Contact:
If you try and make the sight xhtml compliant (http://validator.w3.org/) and build the stylesheet to work well in firefox, there is a css hack that allows you to adjust the style for IE, without resorting to browser checks etc. Let me know if you're planning on doing this, as I'll try and find the details about this. It's not part of my active knowledge.
I thought I'd try to save the page and see if I could figure out what caused the problem (I'm using FF 1.0.2). It seemed to fix whatever the problem was when it saves the page so that wasn't much help.
I did notice something strange though. If I view one of the images on the page (e.g. right click on the title image and choose view image), once I hit the back button, it fixes the formatting.
I did notice something strange though. If I view one of the images on the page (e.g. right click on the title image and choose view image), once I hit the back button, it fixes the formatting.
-
- Peasant Status
- Posts: 17
- Joined: Thu Jan 13, 2005 8:25 pm
-
- Defense Minister Status
- Posts: 717
- Joined: Sun Aug 15, 2004 3:55 am
- Location: South Australia
-
- Defense Minister Status
- Posts: 736
- Joined: Tue Sep 17, 2002 2:54 pm
- Location: Kolding, Denmark
- Contact:
Firefox IGNORES the % sign? Funny how they keep on preaching how it's compliant with [de jure] standards, but they haven't implemented percentages, despite it being in the HTML 4.01 specs:
Anyway, removing the quotes shouldn't have any affect. In HTML, non-numerical attribute values must be quoted. It shouldn't hurt to try, though, I think most browsers ignore the quotes anyway.HTML 4.01 DTD wrote:<!ELEMENT TABLE - -
(CAPTION?, (COL*|COLGROUP*), THEAD?, TFOOT?, TBODY+)>
<!ATTLIST TABLE -- table element --
%attrs; -- %coreattrs, %i18n, %events --
summary %Text; #IMPLIED -- purpose/structure for speech output--
width %Length; #IMPLIED -- table width --
[...]
>
<!ENTITY % Length "CDATA" -- nn for pixels or nn% for percentage length -->
-
- Peasant Status
- Posts: 14
- Joined: Tue Aug 21, 2001 10:52 am
<!DOCTYPE
Something I learned a bit ago, when trying to make webpages work the same in all browsers, definately, hands down specify a doctype.
The reason this works so well, is because if you don't have a DOCTYPE specified, IE renders the page in “quirks” mode, where it imposes it's own best guess of how a page should be laid out. But if you specify an exact DOCTYPE, suddenly Internet Explorer starts to render the page according to the actual W3C specs. I grant you it's not perfect, but it very quickly makes it easier to taylor the problems so it works across the board.
Also, if you're trying to test your website in different browsers, you only really need to worry about IE, and Firefox. Netscape is all but dead. I suppose there's also Opera. It's probably got a slightly smaller share of the market than firefox.
Anyway, just thought I'd share some of the insights I'd learned doing webpages for work.
The reason this works so well, is because if you don't have a DOCTYPE specified, IE renders the page in “quirks” mode, where it imposes it's own best guess of how a page should be laid out. But if you specify an exact DOCTYPE, suddenly Internet Explorer starts to render the page according to the actual W3C specs. I grant you it's not perfect, but it very quickly makes it easier to taylor the problems so it works across the board.
Also, if you're trying to test your website in different browsers, you only really need to worry about IE, and Firefox. Netscape is all but dead. I suppose there's also Opera. It's probably got a slightly smaller share of the market than firefox.
Anyway, just thought I'd share some of the insights I'd learned doing webpages for work.
-
- Peasant Status
- Posts: 17
- Joined: Thu Jan 13, 2005 8:25 pm
I use mozila, and I get errors like that rather frequently. It usually isn't enough of a problem to interfere with what I'm doing, and even when it is, I have found that going back a page, then going back forwards (through the browser buttons, not actual links on the site) seems to fix the problems whenever it happens to me...ejx982 wrote:No problems at all with the forums... it's with the Journals.
http://www.agdinteractive.com/news-2005.php
When I go here with firefox, all the text is extreme left justified and in a narrow column. In Internet Explorer, it's nice and boxed.
This is with Firefox v1.0.2 and when I ran v1.0.0 it did the same thing.
I'm very glad there was an update saying they are still around (I didn't have any doubt).. but it was nice that they did alot of programming.
ejx982
-
- Peasant Status
- Posts: 17
- Joined: Thu Jan 13, 2005 8:25 pm