简体   繁体   中英

<icon> tag not working in IE8 twitter bootstrap

So the + symbol should show the form and then be removed, while the - symbol will do a call to remove the user. I have edited out the portion where it shows the list of guests.

Here is the jsfiddle

The problem is I'm using <icon> . This works fine, however in IE 8 you must use <i> .

You need to replace the <icon> tag with <span>

http://jsfiddle.net/anAgent/bG4hv/3/

On a side note, in IE8 you get this error in the console. You might want to also dig into that.

SCRIPT438: Object doesn't support property or method 'getStyle' 
LayoutCM.js, line 195 character 5

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM