css - Button not displayed in IE11 -
we upgraded our application .net 2.0 4.5. result of had use ie11. problem facing buttons , address in master page in application not show on page display. gets displayed if turn on compatibility view not recommended. uses css class bluebutton being used other buttons , getting displayed on page. below css class, hide copy code
input.bluebutton { font-size:.875em; font-family:arial; color:white; width:auto; height:22px; background: #606060 url(../../images/blankbluebutton61x22repeatx.gif) 0px 0px repeat-x scroll; border:1px none solid; border-collapse: collapse; padding: 0px 0.5em 0px 0.5em; }
below html tag of 1 of pages,
<asp:button id="buttonsearch" runat="server" cssclass="bluebutton" causesvalidation="false" meta:resourcekey="buttonsearch" onclick="buttonsearchclick" />
please let me know how go , working? in advance!
i had same problem
first font-size point value 8.5p never works
second property in css
filter: progid:dximagetransform.microsoft.gradient (gradienttype=0,startcolorstr= 'buttonface' ,endcolorstr= 'oldlace' );
found solution internet explorer devlopper tool select div containing button , start going down until find when start activating , deactivationg css properties until find you're looking for
Comments
Post a Comment