Home > front end >  The <SVG> <input> input box does not display in the Internet explorer and EDGE
The <SVG> <input> input box does not display in the Internet explorer and EDGE

Time:10-13

 
& lt; SVG XMLNS="http://www.w3.org/2000/svg" version="1.1" & gt;
& lt; Defs>
& lt; G id="default" & gt;
& lt; ForeignObject x="20" y="80" width="160" height="160" the fill="green" style="background: blue; The fill: green; Border: 1 px solid # 000; Stroke: pink; Stroke - width: 5; Opacity: 1 "& gt;
& lt; Input type="text" style="width: 100 px;"/>
& lt;/foreignObject>
& lt;/g>
& lt;/defs>
& lt; The use of x="0" y="0" xlink: href="https://bbs.csdn.net/topics/#default" & gt; & lt;/use>
& lt;/svg>


In IE don't display, don't show in the EDGE, where is it wrong?
  • Related