internet explorer - Twitter Bootstrap Collapse Issue in IE-9 -
i have web application done in asp.net mvc4. using twitter bootstrap unicorn theme in application. added twitter bootstrap collapse in 1 of pages. not working in ie-9.the collapse not opening on click in ie. copied html part of collapse given in bootstrap-collapse check if have missed out class/style not working. there fix issue?
did remember set data-target
attribute (there's data-*
attribute need set, can't recall off top of head). check out main bootstrap website show how create dropdown menu&mdash, there's clear example of data-*
attributes required make work.
update: actually, think collapse
used different purpose—mainly hiding navbar menus when screen width changes below value when using responsive.css styles. (i've been using bootstrap 2 weeks now, love it!). there's css class called dropdown-menu
. here's official twitter bootstrap documentation on dropdown menus.
Comments
Post a Comment