This is a discussion on "Changing innerHTML not really working in IE" within the JavaScript Forum section. This forum, and the thread "Changing innerHTML not really working in IE are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Changing innerHTML not really working in IE
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Changing innerHTML not really working in IE
(original thread deleted due to... mix-up in communication i guess)
I'm working on some javascript for a gallery on my site, the coding as follows
it works in FF but IE only does the first 2 lines (changing the src and innerHTML of the title, won't change the description or reveal the div) any ideas what's wrong? |
|
|
|
#2
|
|||
|
|||
|
Re: Changing innerHTML not really working in IE
Never mind, i figured it out myself, for some reason IE doesn't like the "image" or "description" as IDs, so i changed them to "picture" and "info" and it works perfectly... weird...
so a mod or fa can close the other topic and possible keep this open for future reference, or add it to whatever list of IE glitches we have here. thanks everyone... for nothing... (bad day) |
|
#3
|
|||
|
|||
|
Re: Changing innerHTML not really working in IE
possibly due to a conflict in ID's
|
![]() |
| Tags |
| dom, innerhtml, internet explorer |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| need help on innerHTML | alexhkleung | JavaScript Forum | 2 | Dec 1st, 2007 03:52 |
| Changing image not working in Firefox | PoetAlley | JavaScript Forum | 5 | Sep 27th, 2007 14:12 |
| innerHtml doesn't retrive the formatting from DIV | shamail | ASP.NET Forum | 0 | Aug 24th, 2007 20:02 |
| innerHTML and innerHTML match | DregondRahl | JavaScript Forum | 2 | Jun 11th, 2007 13:24 |
| innerHTML in IE | TheDC | JavaScript Forum | 6 | Oct 30th, 2006 21:18 |