WPF System.Windows.Controls.WebBrowser not rendering link buttons
问题 I have a web page that I display in a WPF WebBrowser control within a desktop application. I just updated the webpage to use styled buttons instead of the default gray buttons by changing from an asp.net Button type to an asp.net LinkButton and applying a CSS style to it: a.btnSave { background: url(Resources/Images/btnSave.png) no-repeat 0 0; display:inline-block; width: 75px; height: 23px; text-indent: -9999px; } a.btnSave:hover {background-position: 0 -23px;} a.btnCancel { background: url