NetMaster
Code Helper
"Get caught in my web!"
Posts: 305
NetMaster said 0 great things
|
Post by NetMaster on Dec 19, 2011 12:43:07 GMT -8
testspiritworld.proboards.com/index.cgiWormo, Got a small snafu. When viewing the site in I.E. 8 if you hover over one of the images to get the name to come up, all the other images vanish. This only happens on that site, I tested my site and it works fine in I.E.
|
|
|
Post by Wormopolis on Dec 19, 2011 16:21:53 GMT -8
its something unique to that site. IE 8 works fine on wormocodes.
I noticed you seperated out the placement into a second script lower down. if you do that you need to remove this line from the bottom of the first script
document.getElementById('AffTableHere').appendChild(WFTable);
because AffTableHere doesnt exist when the first part of the code runs.
|
|
NetMaster
Code Helper
"Get caught in my web!"
Posts: 305
NetMaster said 0 great things
|
Post by NetMaster on Dec 19, 2011 18:52:46 GMT -8
okay removed that part of the first code. Still doing the vanishing act.
|
|
|
Post by Wormopolis on Dec 20, 2011 0:14:42 GMT -8
I put the exact coding on wormoclean and it works in IE there. its conflicting with something else you have but Im not sure what it is.
the only way to tell is to disable 1 code at a time and check to see if the afftable reacts normally afterwards.
|
|