chadweston
07-23-2004, 01:16 AM
I have altered a page to insert non-flash content in case the viewer does not have flash 7.0, however this has affected some rollover javascript functionality already coded within the page.
Please take a look at the following examples....
http://www.theowlhouseuk.com/demo/index2.htm (b4 non-flash content display added, mouseover of quicklinks shows mouseover tooltips correctly)
http://www.theowlhouseuk.com/demo/index.htm (after redirect added tooltips become hidden behind flash content)
I believe that this must be a javascript issue as the 'display non-flash' is javascript. Javascript is not my strong point however I believe that a conflict is occuring due to the flash know also being displayed using javascript....
( document.write(' <EMBED src="flash/slideshow_preload.swf" menu=false quality=high bgcolor=#FFFFFF ');)
Is my thinking correct, and is it possible to resolve this issue and keep the non-flash javascript.
Thank You. As always any help is greatly appreciated :)
Please take a look at the following examples....
http://www.theowlhouseuk.com/demo/index2.htm (b4 non-flash content display added, mouseover of quicklinks shows mouseover tooltips correctly)
http://www.theowlhouseuk.com/demo/index.htm (after redirect added tooltips become hidden behind flash content)
I believe that this must be a javascript issue as the 'display non-flash' is javascript. Javascript is not my strong point however I believe that a conflict is occuring due to the flash know also being displayed using javascript....
( document.write(' <EMBED src="flash/slideshow_preload.swf" menu=false quality=high bgcolor=#FFFFFF ');)
Is my thinking correct, and is it possible to resolve this issue and keep the non-flash javascript.
Thank You. As always any help is greatly appreciated :)