Forum: JavaScript / DHTML / AJAX Aug 4th, 2009 |
| Replies: 1 Views: 350 On closer examination, it appears that this problem only occurs when opening the link from the frameset in "new window". If new browser window is opened and individual document is loaded, it does in... |
Forum: JavaScript / DHTML / AJAX Aug 4th, 2009 |
| Replies: 1 Views: 350 Please help me. I have a site which we'll call "mysite.com" that contains 3 frames. Frame 1 is stuff that never changes (header image, counter, etc). Frame 2 is a menu. Frame 3 holds the contents of... |
Forum: JavaScript / DHTML / AJAX Jun 28th, 2009 |
| Replies: 3 Views: 532 Found the problem: problem was not IE, it was a hidden table getting in "the way" of the mouseover. Fixed it by adjusting the z-index to -1 when element is hidden, in addition to the "visibility"... |
Forum: JavaScript / DHTML / AJAX Jun 28th, 2009 |
| Replies: 3 Views: 532 That is simply another way of doing it. There is nothing wrong with the function calls or syntax with what I am doing. Your suggestion doesn't address the problem that I have with IE. It is obviously... |
Forum: JavaScript / DHTML / AJAX Jun 27th, 2009 |
| Replies: 3 Views: 532 Wonder if anyone knows what's going on here...
I have a page which is generated via Perl that prints a number of data entries in a series of table rows. Each <tr> is assigned a unique id through... |