# IE bug

**URL:** https://forum.kirupa.com/t/ie-bug/235293
**Category:** web dev
**Created:** [August 10, 2007, 2:01am UTC](https://forum.kirupa.com/t/ie-bug/235293 "2007-08-10T02:01:58Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![kdd](https://avatars.discourse-cdn.com/v4/letter/k/ecb155/32.png) [@kdd](https://forum.kirupa.com/u/kdd)
#### Post date: [August 10, 2007, 2:01am UTC](https://forum.kirupa.com/t/ie-bug/235293/1 "2007-08-10T02:01:58Z")

</div>

I’m not sure about anyone else, but this happens to me all the time.  
Let’s say you have some div

\<div id=“xyz”\>hi\</div\>

and you create xyz variable in javascript, IE will confuse xyz variable in javascript with xyz id of the html code. Is there anyone who has experienced this?

I say this is only IE bug, because this doesn’t happen in Firefox, and I’m sure it also wouldn’t happen in Opera.
