I have followed your advice and the style is now displaying perfectly - thank you! I knew it would be a silly error...
My one remaining problem so far is that I have a flash document which again, plays as it should on loading in IE, but not in the other formats.
Here is the code I am using:
<object classid="clsid  27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" http://download.macromedia.com/pub/s...rsion=6,0,29,0" width="270" height="80">
<param name="movie" value="images/biker2.swf">
<param name="quality" value="high">
<param name="LOOP" value="false">
<embed src="biker2.swf" width="270" height="80" loop="false" quality="high" pluginspage=" http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object>
Is this that I don't have the right plug ins on my own browsers, or do I need to code this differently?
Thanks so much for your help.
|