SitePoint Sponsor |
|
User Tag List
Results 1 to 6 of 6
Thread: IE/Mozilla compatibilty
-
Apr 11, 2003, 06:47 #1
- Join Date
- Apr 2002
- Location
- Kansas City
- Posts
- 156
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
IE/Mozilla compatibilty
Hello all.
I don't know if this is a javascript question or a CSS question, but I'm having trouble getting a page I've been fiddling with to work. It's at
http://rdc.nowhereville.com/cdnquiz/
It works fine on IE 5+ (for windows at least), but does not work for Mozilla. I'd be curious on feedback. In a nutshell, it's a quiz page. All the questions are in divs which I turn on and off as the site visitor answers the questions. At the end I do a quick calculation on the selected choices and present a score. All the code is on one page, which I know is not the tidiest way to do it, but until I get it working it's simpler for me to keep it all in one file, get it working and then split it out.
Any help is appreciated. Thanks in advance.Morning person by habit, not by nature.
-
Apr 11, 2003, 07:41 #2
- Join Date
- Dec 2002
- Location
- Alabama, USA
- Posts
- 2,560
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
The value of an id attribute can't start with a digit. So instead of id='1', use something like id='d1'
-
Apr 11, 2003, 08:07 #3
-
Apr 11, 2003, 08:35 #4
- Join Date
- Apr 2002
- Location
- Kansas City
- Posts
- 156
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Originally Posted by MikeFoster
Thanks again.Morning person by habit, not by nature.
-
Apr 11, 2003, 08:36 #5
- Join Date
- Apr 2002
- Location
- Kansas City
- Posts
- 156
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Thanks beetle.
Morning person by habit, not by nature.
-
Apr 11, 2003, 12:35 #6
- Join Date
- Dec 2002
- Location
- Alabama, USA
- Posts
- 2,560
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
@ beetle
Bookmarks