I am creating balloons (or tooltips), but calling them bubbles.
It works perfectly in Firefox, and I have it almost working in IE7, but IE6 is just plain not showing anything.
I am creating a div and all of its content (by creating a div and then assigning it innerHTML)
The div I assign a class, which is defined in a stylesheet that's getting included on the page. I know this is where IE7 err's because if I use javascript to set all the properties of the div manually, IE7 gets much closer to working and with more fiddling I could fix it.
IE6, however, is still blank and I'm quite clueless.
You can see my test page at
I'm not including any code as I'm not getting any errors... and I feel no need to bombard you with all the javascript, css and source of the page.
Thanks!
-Kerry
It works perfectly in Firefox, and I have it almost working in IE7, but IE6 is just plain not showing anything.
I am creating a div and all of its content (by creating a div and then assigning it innerHTML)
The div I assign a class, which is defined in a stylesheet that's getting included on the page. I know this is where IE7 err's because if I use javascript to set all the properties of the div manually, IE7 gets much closer to working and with more fiddling I could fix it.
IE6, however, is still blank and I'm quite clueless.
You can see my test page at
I'm not including any code as I'm not getting any errors... and I feel no need to bombard you with all the javascript, css and source of the page.
Thanks!
-Kerry