I just checked to see if my web page functions in Opera (10.51). Everything displays perfectly but the flash buttons don't work. My code (validated by W3 for doctype XHTML 1.0 Transitional) for the Home button is:
<td class="navigation" width="150" height="58" valign="middle">
<div class="c3"> <object type="application/x-shockwave-flash" data="BarButton-Home.swf" width="55" height="23" align="middle">
<param name="movie" value="BarButton-Home.swf" />
<param name="bgcolor" value="#990033" />
<param name="quality" value="high" />
</object></div>
</td>
Do I need to add something in the style sheet? If so, where does that go and what would be the exact code?