Fixing menu overlap with cooliris
Posted: 25 Nov 2009, 04:10
A problem exists with the cooliris view when using any type of suckerfish/fusion or other drop down menu that relies on z-index to function on top.
I believe this is caused because the window is not transparent, you can view the problem at:
http://67.225.151.51/index.php?option=c ... &Itemid=12
or by going to http://67.225.151.51/ and using the top menu to navigate to any photo gallery. The menus drop behind the cooliris wall.
The readout on the page is :
<object width="940" height="370" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="o">
<param value="http://apps.cooliris.com/embed/cooliris.swf" name="movie"/>
<param value="true" name="allowFullScreen"/>
<param value="always" name="allowScriptAccess"/>
<param value="feed=http://67.225.151.51/images/phocagallery/2.rss" name="flashvars"/>
<param value="window" name="transparent"/>
<embed width="940" height="370" allowscriptaccess="always" allowfullscreen="true" flashvars="feed=http://67.225.151.51/images/phocagallery/2.rss" src="http://apps.cooliris.com/embed/cooliris.swf" type="application/x-shockwave-flash"/>
</object>
The bolded portion of that code needs to be inserted, but I can not find the file that I need to insert that line into- does anyone have any ideas?
I believe this is caused because the window is not transparent, you can view the problem at:
http://67.225.151.51/index.php?option=c ... &Itemid=12
or by going to http://67.225.151.51/ and using the top menu to navigate to any photo gallery. The menus drop behind the cooliris wall.
The readout on the page is :
<object width="940" height="370" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="o">
<param value="http://apps.cooliris.com/embed/cooliris.swf" name="movie"/>
<param value="true" name="allowFullScreen"/>
<param value="always" name="allowScriptAccess"/>
<param value="feed=http://67.225.151.51/images/phocagallery/2.rss" name="flashvars"/>
<param value="window" name="transparent"/>
<embed width="940" height="370" allowscriptaccess="always" allowfullscreen="true" flashvars="feed=http://67.225.151.51/images/phocagallery/2.rss" src="http://apps.cooliris.com/embed/cooliris.swf" type="application/x-shockwave-flash"/>
</object>
The bolded portion of that code needs to be inserted, but I can not find the file that I need to insert that line into- does anyone have any ideas?