HTML symbol for corner, & ang; (& ang;) does not work in IE 6 or 7. What are other alternatives to displaying a character in Internet Explorer?
You can use a solution that includes Jamie and Shoban answers and adds some conditional comments:
<style type="text/css"> span.ang { display: inline; } span.ang_ie { display: none; } </style> <!--[if IE]> <style type="text/css"> span.ang { display: none; } span.ang_ie { display: inline; font-family: Symbol; } </style> <![endif]--> <span class="ang">∠</span><span class="ang_ie">Ð</span>
The above works on Windows in IE6, 7 and 8, Firefox 2 and 3, Opera 9.6 and Google Chrome 1.
Safari Windows 3 4. Safari Windows ∠ ( ∠). Safari Windows, JavaScript IE Safari Jamie .
∠
∠
∠ <FONT FACE="Symbol">Ð</FONT>
ie7:). http://comers.citadel.edu/math_sym2005.htm
<span class="ang">∠</span>
, IE, CSS.
. css: http://www.hunlock.com/blogs/Attach_icons_to_anything_with_CSS
, , ⟨ ( ⟨ ⟩), IE7 ( Windows XP):
⟨
⟩
(, , , .), Arial Unicode MS Lucida Sans Unicode.
, , IE7 HTML-.
: Lucida Sans Unicode . , ∠ ↩ , ⟨ ⟩ .
↩
Source: https://habr.com/ru/post/1705789/More articles:How can I create a client proxy for a WCF service with an HTTPS endpoint? - securityHow to get a bug report from the "Please tell Microsoft about it" dialog? - windows-xpWhen is target binding updated for complex paths? - c #Creating a RAD7 project from the command line - javaConfiguration Management with Subversion and SharePoint - version-controlHow can I use any () in a multidimensional array? - arraysJavascript "Namespaces" and jQuery AJAX - jsonКак получить доступ к последовательным элементам в объекте IQueryable? - c#How to display success message in Struts? - javaSharePoint Domains and Content Query Web Part - dnsAll Articles