views:

162

answers:

1

I just started making a Silverlight 4 application and added a button to it.

The button doesn't appear in FireFox though. Works fine in Chrome and IE.

Can't find anything specific on google but there seem to be some problems with FireFox 3.6.

Anyone know a work-around or solution?

A: 

If you dont see anything you have to do the height issue (setting the silverlight object to have a height (that isn't just 100%) should help

Hurricanepkt
I have a height set on the button, <Button x:Name="Button" FontSize="16" Height="45" Width="150" /> Still not appearing in Firefox.
Jova
http://codebetter.com/blogs/peter.van.ooijen/archive/2008/12/18/silverlight-firefox-and-100.aspxshould give you a better explanation than I am
Hurricanepkt