jaime-eduardo
08-06-2008, 05:50 PM
I thought my problems were with CSS / HTML but having exhausted my resources, i believe the problem is in the javascript.
Heres the breakdown...
I recently made some changes to my homepage
http://www.sunmantechnology.com/
I have placed the old version of the index page
http://www.sunmantechnology.com/indexOLD.html
notice that small red button on the old index, right below the search bar that says Flash Demo? This does not show up on the new index page.. why is this?
the stranger thing is that using firebug, if i hover the mouse over where the button should be, and right click and "inspect element" the button shows up!
I know its probably a simple fix but its got me stumped.
heres the code...
<div id="blkFlashBtn"><a href="javascript:;" onclick="MM_openBrWindow('Media/flash.html','FlashDemo','width=950,height=375')"><img src="images/flashDemo_btn.gif" alt="Product Development" width="65" height="17" border="0" /></a></div>
</div>
every other page is fine...
Thanks
Jaime
Heres the breakdown...
I recently made some changes to my homepage
http://www.sunmantechnology.com/
I have placed the old version of the index page
http://www.sunmantechnology.com/indexOLD.html
notice that small red button on the old index, right below the search bar that says Flash Demo? This does not show up on the new index page.. why is this?
the stranger thing is that using firebug, if i hover the mouse over where the button should be, and right click and "inspect element" the button shows up!
I know its probably a simple fix but its got me stumped.
heres the code...
<div id="blkFlashBtn"><a href="javascript:;" onclick="MM_openBrWindow('Media/flash.html','FlashDemo','width=950,height=375')"><img src="images/flashDemo_btn.gif" alt="Product Development" width="65" height="17" border="0" /></a></div>
</div>
every other page is fine...
Thanks
Jaime