This is a discussion on "Why this cant be displayed in firefox?" within the JavaScript Forum section. This forum, and the thread "Why this cant be displayed in firefox? are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Why this cant be displayed in firefox?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Hey hey!
I have just been making a new design for my mini site. When I was testing it i found that the important content could not be displayed in firefox :o
I have no idea =S. Most of its script is the same as the current website. Thank you in advanced! |
|
|
|
|||
|
Re: Why this cant be displayed in firefox?
Well, your source code is the following, correct?
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
|||
|
Re: Why this cant be displayed in firefox?
I think the encrypted HTML is the problem. BTW I am not sure if phone browsers support JS. Mine Nokia 3110c in India does not seep to support JS.
Last Blog Entry: Cross browser nuisance (Feb 11th, 2008)
|
|
|||
|
Re: Why this cant be displayed in firefox?
Well... what can i do? =S
I took the encrypted content out and it still doesnt work =[ Any suggestions? Or maybe, does it work for you guys, and just not me? :S |
|
|||
|
Re: Why this cant be displayed in firefox?
Can you post a screen shot? From your source, as I said above, I don't see a lot of content. If you post a screen shot we'll be able to see what you mean.
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
|||
|
Re: Why this cant be displayed in firefox?
Ok..
here are two screenshots (one of IE one of FireFox ----> ![]() ![]() |
|
|||
|
Re: Why this cant be displayed in firefox?
|
|
|||
|
Re: Why this cant be displayed in firefox?
*sigh* again!
Yes, the validation is important! Now, the reason you're not seeing the radio buttons is your javascript. You did not correctly define variables. I fixed your code:
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
|||
|
Re: Why this cant be displayed in firefox?
Hey.
Thanks for replies. I am aware that there are a few tiny errors. I don't believe this can affect this.. looking through the error report, there are no mager errors.. swagner thanks for that. However it hasn't solved it. |
|
|||
|
Re: Why this cant be displayed in firefox?
Quote:
Your code errors may or may not be the cause of your problem. But eliminating them is the logical first step in debugging your code. When you go bug-hunting, it pays to be systematic! |
|
|||
|
Re: Why this cant be displayed in firefox?
Mike is, as usual, correct. Your javascript, and your whole site for that matter, is being screwed up by invalid code. Please validate your code, then we can work on the javascript further. If you need help with correcting validation errors I'm happy to help.
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
|||
|
Re: Why this cant be displayed in firefox?
Here's another problem with your code:
innerHTML is not a W3C standard. It's very buggy in Gecko browsers (e.g. Firefox). Don't use it. Use the DOM instead. Unfortunately the DOM is slower, and takes more code to write, but it's still the better choice. This article has a lot of detail about innerHTML. Last edited by MikeHopley; Dec 16th, 2007 at 16:41. |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Having the menu displayed at the end of the page | pas2gether | Search Engine Optimization (SEO) | 10 | Nov 8th, 2007 14:55 |
| Total users displayed | csun | PHP Forum | 2 | Jun 22nd, 2007 01:41 |
| Background image not displayed in IE | spinal007 | Web Page Design | 3 | Apr 27th, 2007 21:00 |
| Shorten Length of Database Text Displayed? | rgrimes | JavaScript Forum | 2 | Oct 11th, 2006 15:38 |
| Simple HTML displayed differently between browsers | RichRadio2005 | Web Page Design | 0 | Nov 29th, 2005 14:04 |