Wednesday, 15 January 2014

asp.net - Css Site display correctly at firefox and chrome and Doesn't Display Correctly in IE11 -


The CSS site displays correctly on Firefox and Chrome and CSS does not display correctly with IE11, breadcrumbs I do not have the header correctly displayed in IA 11, I do not know why

www.myhotels24.eu/fibe.aspx

You need to use CSS which works for all browsers linear-gradient property only For less browsers which supports but not all.

  Background: Your color; Background: -Vibit-linear-shield (below, your color, white); / * Safari 5.1 to 6.0 * / Background: -Mo-linear-shield (top, white, your color); / * For Firefox 3.6 to 15 * / Background: -O linear shield (white, your color); / Opera 11.1 to 12.0 * / Background: Linear-gradient (top, your color, white); / * Standard syntax * / Background: Linear-gradient (bottom, your color, your color); /* To wit ? * / Background: -mms-linear-shield (top, your color, your color); / * IE 11 * /  

If you use these background contents then it will work for all browsers. Meaning compatible property will be automatically working nature browser.


No comments:

Post a Comment